mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-24 02:55:06 +08:00
cbb3b25459
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". |
||
---|---|---|
.. | ||
criteria | ||
distinct | ||
facet | ||
matches | ||
fst_utils.rs | ||
mod.rs | ||
query_tree.rs |