Skip to content

Commit

Permalink
Merge pull request #29 from zammad/KoJie-patch-1
Browse files Browse the repository at this point in the history
This commit corrects invalid tag search from `tag` to `tags` as this part was invalid within the documentation up to now.
  • Loading branch information
MrGeneration committed Apr 3, 2020
2 parents ceda4bc + 5487237 commit 3316f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/service-ticket/settings/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ to make it easier to find them in the future.
Click on a tag name to view other tickets with the same tag.

.. hint:: :doc:`Search for tickets with a given tag </basics/find-ticket/search>`
with the ``tag:`` search filter.
with the ``tags:`` search filter.
For instance, find all tickets with the **order** tag
by searching for ``tag:order``.
by searching for ``tags: order``.

0 comments on commit 3316f6e

Please sign in to comment.