Allow to use the created timestamp in item queries

Refs: 925
This commit is contained in:
eikek
2021-07-27 17:33:13 +02:00
parent ba3e2ae5fd
commit 15b15666bf
7 changed files with 24 additions and 2 deletions

View File

@ -88,6 +88,7 @@ These fields map to at most one value:
- `id` the item id
- `date` the item date
- `due` the due date of the item
- `created` the date when the item was created
- `attach.count` the number of attachments of the item
- `corr.org.id` the id of the correspondent organization
- `corr.org.name` the name of the correspondent organization
@ -124,6 +125,7 @@ Other special fields:
- `f.id` for referencing custom fields by their id
- `dateIn` a shortcut for a range search
- `dueIn` a shortcut for a range search
- `createdIn` a shortcut for a range search
- `exist` check if some porperty exists
- `names` a shortcut to search in several names via `:`
- `year` a shortcut for a year range
@ -469,7 +471,7 @@ attach.id=5YjdnuTAdKJ-V6ofWTYsqKV-mAwB5aXTNWE-FAbeRU58qLb
Shortcuts are only a short form of a longer query and are provided for
convenience. The following exist:
- `dateIn` and `dueIn`
- `dateIn`, `dueIn` and `createdIn`
- `year`
- `names`
- `conc`