When Typesense isn't able to find a document with an exact query match, it tries to drop tokens in the following way:
a) Drop from the end word by word until midway
b) Drop from the start word by word until midway
If part of a) itself satisfies
drop_tokens_threshold
we stop. Otherwise we proceed to b).