mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 21:34:27 +01:00
e4a52e6e45
594: Fix(Search): Fix phrase search candidates computation r=Kerollmops a=ManyTheFish This bug is an old bug but was hidden by the proximity criterion, Phrase searches were always returning an empty candidates list when the proximity criterion is deactivated. 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". Co-authored-by: ManyTheFish <many@meilisearch.com> |
||
---|---|---|
.. | ||
asc_desc.rs | ||
attribute.rs | ||
exactness.rs | ||
final.rs | ||
geo.rs | ||
initial.rs | ||
mod.rs | ||
proximity.rs | ||
typo.rs | ||
words.rs |