diff options
Diffstat (limited to 'docs/search.markdown')
-rw-r--r-- | docs/search.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index bcd889be..8cb839b1 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -118,3 +118,12 @@ Search by description Attribute: **description** Example: `description:"text search"` + +Search by category +------------------ + +Attribute: **category** + +- Find tasks with a specific category: `category:"Feature Request"` +- Find all tasks that have those category: `category:"Bug" category:"Improvements"` +- Find tasks with no category assigned: `category:none` |