Trouble with Document Search Function
TLDR Ivan had trouble searching for a specific document, but after various advice and adjustments by Jason & Kishore Nallan, they solved the issue via adding "exhaustive_search: true" to the query.
Feb 25, 2022 (23 months ago)
Ivan
03:19 PMKishore Nallan
04:30 PMIvan
07:13 PMJason
07:14 PMdrop_tokens_threshold: 0
, typo_tokens_threshold: 0
Feb 26, 2022 (23 months ago)
Kishore Nallan
01:25 AMFeb 28, 2022 (22 months ago)
Ivan
07:42 AMMar 03, 2022 (22 months ago)
Ivan
10:06 AMdrop_tokens_threshold: 0
, typo_tokens_threshold: 0
but still not found "bgh iv zr 164/15" when typed "bgh iv zr 164", is there any other possible reason?
Kishore Nallan
10:07 AMIvan
12:21 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.
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.
Issues with Repeated Words and Hyphen Queries in Typesense API
JinW discusses issues with repeated word queries and hyphen-containing queries in Typesense. Kishore Nallan offers possible solutions. During the discussion, Mr seeks advice on `token_separators` and how to send custom headers. Issues remain with repeated word queries.
Understanding Typesense Query Fuzziness and Thresholds
Ashraful was confused about different query results when applying filters in Typesense. Jason clarified the function of `drop_tokens_threshold` and `typo_tokens_threshold` options, explaining their effect on search results and their precedence.