Zhexuan Liu
10/04/2024, 5:54 AMisland
, and we started by typing islan
, and it returns say 7 results, matching this query, and all look good
• Now if we keep typing and finish the word island
, the return list becomes 6 results, dropping out the first result from step 1 above, which has the word island
in it
So our question is why is this case? Is there some configuration about tokenization or something missing from our side?