Remove attach.count from query

Issue: #1758
This commit is contained in:
eikek
2022-10-23 22:32:00 +02:00
parent 195b35fb52
commit a5c84da51f
14 changed files with 2885 additions and 104 deletions

View File

@ -91,7 +91,6 @@ These fields map to at most one value:
- `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
- `corr.pers.name` name of correspondent person
@ -522,11 +521,6 @@ look into correspondent names and concerning names.
# Examples
Find items with 2 or more attachments:
```
attach.count>2
```
Find items with at least one tag invoice or todo that are due next:
```
tag:invoice,todo due>today