Hello everyone, could you help with an issue we fo...
# community-help
z
Hello everyone, could you help with an issue we found today? So we observed that the search API response is a bit odd in the following scenarios as we are typing a filter from frontend: • We were trying to search data with keyword
island
, 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?