Hi I am having a hard time understand how drop tok...
# community-help
j
Hi I am having a hard time understand how drop tokens work. I have this q
<http://orangetheoryfitness.com|orangetheoryfitness.com> fl boca raton 6000 broken sound pkwy nw
and
drop_token_mode:right_to_left
. In the response I see
"num_tokens_dropped": 7
so I would expect that the query matched on
<http://orangetheoryfitness.com|orangetheoryfitness.com> fl
but when I look at the highlights and the results it seems to have actually matched on
<http://orangetheoryfitness.com|orangetheoryfitness.com> pkwy
instead. How are tokens dropped and what does
drop_token_mode
actually do then? Thank you!!