MeiliSearch/milli/src/search
Loïc Lecrenier 258c3dd563 Make AND+OR filters n-ary (store a vector of subfilters instead of 2)
NOTE: The token_at_depth is method is a bit useless now, as the only
cases where there would be a toke at depth 1000 are the cases where
the parser already stack-overflowed earlier.

Example: (((((... (x=1) ...)))))
2022-08-17 12:28:33 +02:00
..
criteria cargo fmt 2022-08-10 15:53:46 +02:00
distinct Fix the indexation tests 2022-07-12 14:55:51 +02:00
facet Make AND+OR filters n-ary (store a vector of subfilters instead of 2) 2022-08-17 12:28:33 +02:00
matches cargo fmt 2022-08-10 15:53:46 +02:00
fst_utils.rs custom fst automatons 2022-03-15 17:38:35 +01:00
mod.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
query_tree.rs Switch to snapshot tests for search/criteria/typo.rs 2022-08-10 15:53:46 +02:00