Edit search operator help text

This commit is contained in:
John R. Supplee 2021-01-13 18:12:21 +02:00
parent 8f21c86737
commit 03e5d84e0e
2 changed files with 20 additions and 6 deletions

View file

@ -53,12 +53,19 @@ template(name="globalSearch")
= card.getList.title
else
h2 Search Operators
+viewer
= '* `@`username\n'
= '* `#`label\n'
= '* `board:`<name> or `board:`"<name>"\n'
= '* `swimlane:`<name> or `swimlane:`"<name>"\n'
= '* `list:`<name> or `list:`"<name>"\n'
.global-search-instructions
+viewer
= 'Searches can include the operators to refine the search. Operators are specified by writing the operator'
= 'name and value separated by a colon. 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 most be enclosed in quotation marks (e.g. `list:"To Review"`).\n'
= 'Available operators are:\n'
= '* `board` - searches for cards in boards with the specified title\n'
= '* `list` - searches for cards in lists with the specified title\n'
= '* `swimlane` - searches for cards in swimlanes with the specified title\n'
= '* `label` - searches for cards that have a label with the given color or name\n'
= '* `user` - cards where the given username is a member or assignee\n'
template(name="globalSearchViewChangePopup")
ul.pop-over-list

View file

@ -70,3 +70,10 @@
.global-search-error-messages
color: darkred
.global-search-operator
font-family: Courier
.global-search-value
font-family: Courier
font-style: italic