Troubleshooting Filter Differences in Search Results
TLDR Luke experienced problems with filter discrepancies in search results. They attempted Kishore Nallan's suggestion of adjusting thresholds, but issues persisted. Further investigation is required.
Aug 01, 2021 (25 months ago)
Luke
12:52 PMKishore Nallan
12:54 PMdrop_tokens_threshold: 1
and typo_tokens_threshold: 1
when making the queries? Basically Typesense expands the search universe to fetch more items when enough results are not found. This can also happen during prefix searches on very small prefixes like single char/two char tokens.Luke
12:54 PMLuke
12:57 PMLuke
01:53 PMKishore Nallan
01:54 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Troubleshooting Typesense Query for Product Search
Killian experienced unexpected search results from a typesense query for specific product sets. Kishore Nallan suggested adjusting drop_tokens_threshold and testing a newer software version.

Resolving Typesense Search Issues
Conversation started by Maximilian about Typesense search behavior led to Users Kishore Nallan and Mike discussing and suggesting workaround, with Kishore Nallan promising an official solution soon. No final confirmation of resolution provided.

Understanding Search Result Variations with Filtering Parameters
SamHendley faced inconsistencies in the number of documents returned when adding more filter parameters. Jason explained it's due to Typesense limiting the number of variables checked for better performance. Increasing `max_candidates` or enabling `exhaustive_search` can help obtain all values.