aboutsummaryrefslogtreecommitdiffstats
path: root/query/query.go
Commit message (Collapse)AuthorAgeFilesLines
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+4
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* query: refactor to reuse the split function for both query and tokenMichael Muré2021-02-271-2/+2
|
* Add ability to search by arbitrary metadataMiklos Vajna2021-02-211-0/+7
| | | | | | | | | | | | Example: ~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42 or ~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\" Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>.
* query: expand the tokenizer/parser to parse arbitrary search termsMichael Muré2020-11-171-0/+3
|
* query: no need for an ast packageMichael Muré2020-03-281-0/+49