Add new has operator for searching

This commit is contained in:
John R. Supplee 2021-02-21 01:41:58 +02:00
parent c02b71e0e1
commit 726be664c8
4 changed files with 43 additions and 2 deletions

View file

@ -906,6 +906,7 @@
"operator-modified": "modified",
"operator-sort": "sort",
"operator-comment": "comment",
"operator-has": "has",
"predicate-archived": "archived",
"predicate-ended": "ended",
"predicate-all": "all",
@ -917,10 +918,14 @@
"predicate-due": "due",
"predicate-modified": "modified",
"predicate-created": "created",
"predicate-attachment": "attachment",
"predicate-description": "description",
"predicate-checklist": "checklist",
"operator-unknown-error": "%s is not an operator",
"operator-number-expected": "operator __operator__ expected a number, got '__value__'",
"operator-sort-invalid": "sort of '%s' is invalid",
"operator-status-invalid": "'%s' is not a valid status",
"operator-has-invalid": "%s is not a valid existence check",
"next-page": "Next Page",
"previous-page": "Previous Page",
"heading-notes": "Notes",