Skip to content

Commit

Permalink
Update search.rst
Browse files Browse the repository at this point in the history
Fixed a typo tag vs tags
  • Loading branch information
hanneshal committed Feb 14, 2019
1 parent 388284e commit 4b92bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advanced/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Available attributes
:header: "Search phrase", "Description"
:widths: 10, 20

"state:(closed OR open) AND (priority:""2 normal"" OR tag:feedback)", "Show every ticket that state is either closed or open and has priority normal or the tag feedback."
"state:(closed OR open) AND (priority:""2 normal"" OR tag:feedback) AND !(*Zammad*)", "This gets the same result as above, expect that we don't want the ticket to contain anything matching to ""Zammad"""
"state:(closed OR open) AND (priority:""2 normal"" OR tags:feedback)", "Show every ticket that state is either closed or open and has priority normal or the tag feedback."
"state:(closed OR open) AND (priority:""2 normal"" OR tags:feedback) AND !(*Zammad*)", "This gets the same result as above, expect that we don't want the ticket to contain anything matching to ""Zammad"""
"owner.email:bob@example.net AND state:(open OR new)", "Show Tickets from bob@example.net that are either open or new"
"state:pending* AND article_count:[1 TO 5]", "Show everything with any pending state and an article count of 1 to 5."

Expand Down

0 comments on commit 4b92bd9

Please sign in to comment.