mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01:00
Add a new search operator creator
This commit is contained in:
parent
5cc6a2f7d0
commit
edd07befe2
5 changed files with 40 additions and 40 deletions
|
|
@ -123,6 +123,7 @@ class GlobalSearchComponent extends CardSearchPagedComponent {
|
|||
operator_member_abbrev: TAPi18n.__('operator-member-abbrev'),
|
||||
operator_assignee: TAPi18n.__('operator-assignee'),
|
||||
operator_assignee_abbrev: TAPi18n.__('operator-assignee-abbrev'),
|
||||
operator_creator: TAPi18n.__('operator-creator'),
|
||||
operator_due: TAPi18n.__('operator-due'),
|
||||
operator_created: TAPi18n.__('operator-created'),
|
||||
operator_modified: TAPi18n.__('operator-modified'),
|
||||
|
|
@ -167,6 +168,7 @@ class GlobalSearchComponent extends CardSearchPagedComponent {
|
|||
['\n* ', 'globalSearch-instructions-operator-at'],
|
||||
['\n* ', 'globalSearch-instructions-operator-member'],
|
||||
['\n* ', 'globalSearch-instructions-operator-assignee'],
|
||||
['\n* ', 'globalSearch-instructions-operator-creator'],
|
||||
['\n* ', 'globalSearch-instructions-operator-due'],
|
||||
['\n* ', 'globalSearch-instructions-operator-created'],
|
||||
['\n* ', 'globalSearch-instructions-operator-modified'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue