summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-01 17:36:21 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-01 17:36:21 -0400
commit109a2a2e25e0e170d3df3860d054f82f70e78c4d (patch)
tree5aa324a06ba285ec7643589620e41411bf2d49eb /docs
parent3f084916e3befbaadf8dc86c8329a408dfcdf351 (diff)
Change dashboard
Diffstat (limited to 'docs')
-rw-r--r--docs/index.markdown2
-rw-r--r--docs/search.markdown4
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`