MeiliSearch/milli/src
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
..
documents nested fields 2022-04-07 16:58:46 +02:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Apply suggestions 2022-03-15 14:18:29 +01:00
search Fix(Search): Fix phrase search candidates computation 2022-07-21 10:04:30 +02:00
update Merge #578 2022-07-05 14:56:08 +00:00
asc_desc.rs Simplify the error creation with thiserror and a smol friendly macro 2022-05-04 17:24:00 +02:00
criterion.rs Improves ranking rules error message 2022-05-20 21:25:43 +02:00
error.rs Makes the internal soft deleted error a UserError 2022-07-05 15:34:45 +02:00
external_documents_ids.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
fields_ids_map.rs format the whole project 2021-06-16 18:33:33 +02:00
index.rs Makes the internal soft deleted error a UserError 2022-07-05 15:34:45 +02:00
lib.rs Add the max_values_by_facet setting to the database 2022-06-08 17:54:56 +02:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00