Hi - I have an item in the database called "Airpod...
# community-help
d
Hi - I have an item in the database called "Airpods Pro 3", however when I search using the query "Apple Airpods Pro 3" with query=name,drop_tokens_threshold=50, it still doesn't surface this product. Why? Shouldn't it drop the word Apple and be able to get a match since the other 3 words are an exact match?
f
Typesense drops tokens from right to left by default. You can use the
drop_tokens_mode
to dictate from where it's going to start dropping tokens.
d
if there are more than 3 words, then i can't use both sides?
f
No, it will start dropping from right to left again.