Disabling Typo Tolerance in Query
TLDR Ahmad tries to disable typo tolerance without success. Jason and Sabyasachi give suggestions. The issue is ultimately revealed by Kishore Nallan to be due to a new feature in the beta build.
Jan 07, 2022 (24 months ago)
Ahmad
11:55 PM{ num_typos: 0 }
but still its returning the records. How can i disable it completely ?Jan 08, 2022 (24 months ago)
Jason
12:09 AMAhmad
12:14 AMSabyasachi
06:13 AMprefix=False
if you want are looking for matching exact query.Kishore Nallan
09:17 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Resolving Typo Tolerance in Search Functionality
GM asked how to refine a search query. Jason advised on how to control typo tolerance parameters. GM confirmed the solution worked.
Understanding Typo Tolerance in Search Queries
gab sought clarity on typo tolerance settings in search operations, specifically on the discrepancy in document returns when typos are involved. Kishore Nallan explained the "num_typos" and "typo_tokens_threshold" parameters within search queries, and how they dictate typo allowance during searches.
Understanding Typesense's `drop_tokens_threshold` and `typo_tokens_threshold`
em1nos sought clarification on Typesense's `drop_tokens_threshold` and `typo_tokens_threshold`. Kishore Nallan defined them, emphasizing that they depend on the number of documents found, not tokens or typos; `num_typos` configures the typo allowance.