diff options
author | Sladyn <gunnerforlife00@gmail.com> | 2019-03-01 20:00:07 +0530 |
---|---|---|
committer | Sladyn <gunnerforlife00@gmail.com> | 2019-03-02 23:06:55 +0530 |
commit | beecd2dbe449e551d08668adf0b8ace427d09c49 (patch) | |
tree | 6b7f517508cc0dc9cc8a9ae83d7017c0b0581254 /doc | |
parent | 43e56692e832bcb4ef39f745ec9fbaf7360052de (diff) | |
download | git-bug-beecd2dbe449e551d08668adf0b8ace427d09c49.tar.gz |
Made requested changes
Made changes to the doc files and remaining areas which required updation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/queries.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/queries.md b/doc/queries.md index 93135070..424e0d31 100644 --- a/doc/queries.md +++ b/doc/queries.md @@ -42,6 +42,16 @@ You can filter based on the bug's label. | `label:LABEL` | `label:prod` matches bugs with the label `prod` | | | `label:"Good first issue"` matches bugs with the label `Good first issue` | +### Filtering by title + +You can filter based on the bug's title. + +| Qualifier | Example | +| --- | --- | +| `title:TITLE` | `title:Critical` matches bugs with the title `Critical` | +| | `title:"Typo in string"` matches bugs with the title `Typo in string` | + + ### Filtering by missing feature You can filter bugs based on the absence of something. |