aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queries.md
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-04-05 16:28:41 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-04-05 16:56:08 +0200
commit1d00ded250102c23c0a106e14d88875d342f7880 (patch)
tree2d27d6bdbcd74bffeeed48b62e8c046085ecbb94 /doc/queries.md
parent98169d5ad193fe776c29cc40dcd7103bb13e9b7d (diff)
downloadgit-bug-1d00ded250102c23c0a106e14d88875d342f7880.tar.gz
implement identityExcerpt match method and integrate it into filters
Update docs
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