From 3f084916e3befbaadf8dc86c8329a408dfcdf351 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 28 Jun 2015 21:53:50 -0400 Subject: Add category attribute for advanced search --- docs/search.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/search.markdown') 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` -- cgit v1.2.3