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
Fanis Tharropoulos
09/15/2025, 8:58 AM
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
Denny Vuong
09/15/2025, 12:27 PM
if there are more than 3 words, then i can't use both sides?
f
Fanis Tharropoulos
09/16/2025, 2:52 PM
No, it will start dropping from right to left again.