diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.markdown | 2 | ||||
-rw-r--r-- | docs/search.markdown | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.markdown b/docs/index.markdown index 77c6db2a..bf315ee6 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -71,7 +71,7 @@ Using Kanboard ### More -- [Search syntax](search.markdown) +- [Advanced Search Syntax](search.markdown) - [Command line interface](cli.markdown) - [Syntax guide](syntax-guide.markdown) - [Frequently asked questions](faq.markdown) diff --git a/docs/search.markdown b/docs/search.markdown index 8cb839b1..6e40874a 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -6,7 +6,7 @@ Kanboard use a simple query language for advanced search. Example of query ---------------- -This example will returns all tasks assigned to me with a due date for tomorrow and that have a title that contains "my title": +This example will returns all tasks assigned to me with a due date for tomorrow and a title that contains "my title": ``` assigne:me due:tomorrow my title @@ -125,5 +125,5 @@ 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 all tasks that have those categories: `category:"Bug" category:"Improvements"` - Find tasks with no category assigned: `category:none` |