From 2e7e7031804b09a04c83896535b31acb12138960 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 28 Jun 2015 20:47:39 -0400 Subject: Add status attribute for advanced search --- docs/search.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/search.markdown') diff --git a/docs/search.markdown b/docs/search.markdown index c6d5b76e..338f0052 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -12,6 +12,14 @@ This example will returns all tasks assigned to me with a due date for tomorrow assigne:me due:tomorrow my title ``` +Search by status +---------------- + +Attribute: **status** + +- Query to find open tasks: `status:open` +- Query to find closed tasks: `status:closed` + Search by assignee ------------------ -- cgit v1.2.3