Luis Ángel San Martín
|
6d457be912
|
Improve search engine with new operators and new fields
|
2023-05-21 20:29:13 +02:00 |
|
Luis Ángel San Martín
|
5aa02a19bb
|
clang-format
|
2021-10-18 21:56:52 +02:00 |
|
Luis Ángel San Martín
|
f09c5955d8
|
Remove space and atWord tokens
`atWord` wasn't used at all and spaces should be eaten by the lexer
And added `unspecified` token
|
2021-01-14 08:39:16 +01:00 |
|
Luis Ángel San Martín
|
a777aa3fe8
|
Replace lexertl with a custom lexeter implementation
QueryLexeter does not parse "atWord" because I couldn't find what it is used for.
|
2021-01-12 18:56:59 +01:00 |
|