Allow search by task id

This commit is contained in:
Frederic Guillot
2015-07-04 18:01:42 -04:00
parent 198f3eda90
commit 32ddfb3fba
5 changed files with 64 additions and 2 deletions

View File

@@ -12,6 +12,12 @@ This example will returns all tasks assigned to me with a due date for tomorrow
assigne:me due:tomorrow my title
```
Search by task id or title
--------------------------
- Search by task id: `#123` or `123`
- Search by task title: anything that don't match any search attributes mentioned below
Search by status
----------------