We just amended search so it falls back to tag groups after attempting to search for categories and tags.
Tag groups which are managed in the /tag-groups
route allow you to create grouping of tags with special behaviors.
In our internal use we like to group runbook
and knowledge-base
as our docs
group.
Once you create a grouping search will also be able to search the grouping.
The term:
reboot #docs
Will:
-
Check if there is a
docs
category - if so, scope results to thedocs
category. -
Check if there is a
docs
tag - if so, scope results to thedocs
tag. -
Check if there is a
docs
tag group - if so, scope results to thedocs
tag group.