mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
Fixed doc/queries.md
This commit is contained in:
parent
6fee8a4442
commit
0e5550a27b
@ -46,10 +46,10 @@ You can filter based on the bug's label.
|
||||
|
||||
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` |
|
||||
| Qualifier | Example |
|
||||
| --- | --- |
|
||||
| `title:TITLE` | `title:Critical` matches bugs with a title containing `Critical` |
|
||||
| | `title:"Typo in string"` matches bugs with a title containing `Typo in string` |
|
||||
|
||||
|
||||
### Filtering by missing feature
|
||||
|
Loading…
Reference in New Issue
Block a user