Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | query: refactor to reuse the split function for both query and token | Michael Muré | 2021-02-27 | 5 | -100/+78 |
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 5 | -8/+85 |
* | query: expand the tokenizer/parser to parse arbitrary search terms | Michael Muré | 2020-11-17 | 5 | -50/+116 |
* | query: more robust tokenizer | Michael Muré | 2020-03-28 | 2 | -18/+58 |
* | query: no need for an ast package | Michael Muré | 2020-03-28 | 3 | -49/+51 |
* | cache: replace the all-in-one query parser by a complete one with AST/lexer/p... | Michael Muré | 2020-03-28 | 5 | -0/+359 |