mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Global search add sort operator
* Add sort operator * add 'overdue' value to 'due' operator
This commit is contained in:
parent
319783b008
commit
fc0ee2e41b
3 changed files with 68 additions and 10 deletions
|
|
@ -898,8 +898,10 @@
|
|||
"operator-due": "due",
|
||||
"operator-created": "created",
|
||||
"operator-modified": "modified",
|
||||
"operator-sort": "sort",
|
||||
"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",
|
||||
"heading-notes": "Notes",
|
||||
"globalSearch-instructions-heading": "Search Instructions",
|
||||
"globalSearch-instructions-description": "Searches can include operators to refine the search. Operators are specified by writing the operator name and value separated by a colon. For example, an operator specification of `list:Blocked` would limit the search to cards that are contained in a list named *Blocked*. If the value contains spaces or special characters it must be enclosed in quotation marks (e.g. `__operator_list__:\"To Review\"`).",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue