aboutsummaryrefslogtreecommitdiffstats
path: root/query
Commit message (Collapse)AuthorAgeFilesLines
* query: refactor to reuse the split function for both query and tokenMichael Muré2021-02-275-100/+78
|
* Add ability to search by arbitrary metadataMiklos Vajna2021-02-215-8/+85
| | | | | | | | | | | | 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-175-50/+116
|
* query: more robust tokenizerMichael Muré2020-03-282-18/+58
|
* query: no need for an ast packageMichael Muré2020-03-283-49/+51
|
* cache: replace the all-in-one query parser by a complete one with ↵Michael Muré2020-03-285-0/+359
AST/lexer/parser