mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Allow to use the created timestamp in item queries
Refs: 925
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user