Add search in task title when using an integer only input

This commit is contained in:
Frederic Guillot
2015-08-19 21:25:19 -04:00
parent 1983fc5f7a
commit 5b888a2345
4 changed files with 16 additions and 7 deletions

View File

@@ -15,8 +15,9 @@ 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 task id: `#123`
- Search by task id and task title: `123`
- Search by task title: anything that don't match any search attributes
Search by status
----------------