Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | query: refactor to reuse the split function for both query and token | Michael Muré | 2021-02-27 | 1 | -69/+51 |
| | |||||
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -8/+50 |
| | | | | | | | | | | | | 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 terms | Michael Muré | 2020-11-17 | 1 | -4/+39 |
| | |||||
* | query: more robust tokenizer | Michael Muré | 2020-03-28 | 1 | -18/+51 |
| | |||||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 | 1 | -0/+71 |
AST/lexer/parser |