MeiliSearch/milli/src/search
ManyTheFish cbb3b25459 Fix(Search): Fix phrase search candidates computation
This bug is an old bug but was hidden by the proximity criterion,
Phrase search were always returning an empty candidates list.

Before the fix, we were trying to find any words[n] near words[n]
instead of finding  any words[n] near words[n+1], for example:

for a phrase search '"Hello world"' we were searching for "hello" near "hello" first, instead of "hello" near "world".
2022-07-21 10:04:30 +02:00
..
criteria Fix(Search): Fix phrase search candidates computation 2022-07-21 10:04:30 +02:00
distinct nested fields 2022-04-07 16:58:46 +02:00
facet Fasten the document deletion 2022-07-05 15:30:33 +02:00
matches Update milli/src/search/matches/mod.rs 2022-07-18 17:48:04 +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 Use Charabia in milli 2022-06-02 16:59:11 +02:00