summaryrefslogtreecommitdiff
path: root/docs/search.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/search.markdown')
-rw-r--r--docs/search.markdown8
1 files changed, 8 insertions, 0 deletions
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
------------------