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
..
2022-04-07 16:58:46 +02:00
2022-03-15 14:18:29 +01:00
2022-07-05 14:56:08 +00:00
2021-06-16 18:33:33 +02:00