aboutsummaryrefslogtreecommitdiffstats
path: root/query/parser.go
Commit message (Expand)AuthorAgeFilesLines
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+2
* 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-7/+1
* Add ability to search by arbitrary metadataMiklos Vajna2021-02-211-0/+15
* query: expand the tokenizer/parser to parse arbitrary search termsMichael Muré2020-11-171-33/+40
* query: no need for an ast packageMichael Muré2020-03-281-18/+17
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-281-0/+100