Troubleshooting Typo Search Functionality in TS
TLDR Martin had issues with typo search in TS. However, it turned out to be a problem with a downstream system after Kishore Nallan assisted with various solutions.
1
Aug 17, 2023 (1 month ago)
Martin
12:24 PMspongeb
I get results for Spongebob
, but when I search for spongebb
(additional b at the end), then I get zero results.I already tried changing
typo_tokens_threshold
to 2 or 3 and change the min limits, but nothing.Any ideas what I might be doing wrong?
Kishore Nallan
12:39 PMmin_len_2typo
which set to 7
.Martin
12:39 PMKishore Nallan
12:39 PMmin_len_1typo
Martin
12:39 PMKishore Nallan
12:40 PMMartin
12:40 PMKishore Nallan
12:54 PMAug 18, 2023 (1 month ago)
Martin
07:01 AM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Typesense Search Issue with Prefix Search and Typo Correction
John raised an issue with Typesense search results concerning typo correction and prefix searching. Kishore Nallan explained the behavior based on the system parameters for typo constraints. He later corrected a mistake in documentation brought up by John.
Fine-Tuning Typesense Queries for Better Results with Plural Words
Sergio seeks advice on improving Typesense queries for plural words. Kishore Nallan suggests increasing the typo tokens threshold and adjusting the min_len_1typo and min_len_2typo params. Sergio confirms better results after making these changes.
Issue with Typo Correction/Prefix Search and the Role of max_candidates
John noticed inconsistent search results based on max_candidates settings, and Kishore Nallan clarified its role for multi-word queries. They resolved that increasing max_candidates ensures the query isn't prematurely limited.
Adjusting Typo Tolerance in Search Results
Sean asked how to reduce irrelevant search results. Jason explained how to adjust the typo tolerance feature. Kishore Nallan elaborated on upcoming changes, to which Arthur requested further tunability. Kishore Nallan confirmed such configuration will be available.
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.