Hey <#C01P749MET0|> , I had seen that some queries...
# community-help
a
Hey #C01P749MET0 , I had seen that some queries where people have not added a space between their words are not returning any results. For eg: Cattlehouse should show results for "cattle house" but is not showing any results right now. For some queries it is working fine for eg: "downdog" is showing results for "down dog" I tried checking out the documentation but could not find anything specific to this. Here are some search parameters I am using: min_len_1typo min_len_2typo typo_tokens_threshold drop_tokens_threshold Thanks
created a thread
j
You want to use the
split_join_tokens
parameter to control this behavior
a
Hi Thanks for this. I see that this is working great for queries where we have a direct match for eg: q = "basketball" is showing results for "basket ball" but when we search for "basketba" (substring) we are not getting any results. I have set right now split_join_tokens to always
j
Yeah, that's by design - we don't split when it's a prefix search, since that leads to a lot of noise
a
Okay thanks Jason
👍 1