Hi everyone, I'm hoping to get some help with an i...
# community-help
a
Hi everyone, I'm hoping to get some help with an issue we're encountering with queries on our self-hosted Typesense search engine. Despite experimenting with various search parameters from the documentation, we haven't been able to achieve the desired results, particularly when there are spaces in the search terms. Here's a specific example: we have a company entry with
"company_name": "SENDITT Ltd"
. Our query parameters include
num_typos=2
and
typo_tokens_threshold=2
, and we have a synonym set for "ltd" to "limited". However, when we search for
q=send itt limited
, we get no results. We're unsure if the synonym change counts as a typo or how spaces are treated in such queries. Any insights or suggestions on how to handle this would be greatly appreciated.