aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queries.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/queries.md')
-rw-r--r--doc/queries.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/queries.md b/doc/queries.md
index b93941d1..eb510185 100644
--- a/doc/queries.md
+++ b/doc/queries.md
@@ -11,6 +11,7 @@ A few tips:
- queries are case insensitive.
- you can combine as many qualifiers as you want.
- you can use double quotes for multi-word search terms. For example, `author:"René Descartes"` searches for bugs opened by René Descartes, whereas `author:René Descartes` will throw an error since full-text search is not yet supported.
+- instead of a complete ID, you can use any prefix length. For example `participant=9ed1a`.
## Filtering