summaryrefslogtreecommitdiff
path: root/doc/en_US/search.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en_US/search.markdown')
-rw-r--r--doc/en_US/search.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en_US/search.markdown b/doc/en_US/search.markdown
index fefbe095..818a19ce 100644
--- a/doc/en_US/search.markdown
+++ b/doc/en_US/search.markdown
@@ -115,6 +115,7 @@ Attribute: **completed**
The task reference is an external id of your task, by example a ticket number from another software.
- Find tasks with a reference: `ref:1234` or `reference:TICKET-1234`
+- Wildcard search: `ref:TICKET-*`
### Search by category
@@ -165,6 +166,13 @@ Attribute: **tag**
- Example: `tag:"My tag"`
+### Search by score/complexity
+
+Attribute: **score** or **complexity**
+
+- `score:>=21`
+- `complexity:8`
+
Activity stream search
----------------------