Debugging Searches and Understanding Search Term Matching
TLDR Helder sought help in understanding mismatched search terms. Kishore Nallan explained prefix search behavior and suggested creating a synonym for "fuji" and "fujifilm."
May 22, 2023 (6 months ago)
Helder
12:28 PMDoes anyone know the best way to understand faster why some search term wasn’t matched with some documents.
I know that experience in the parameters is the best, but we are still learning all the parameters
Kishore Nallan
12:30 PMdrop_tokens_threshold
parameter.In such a scenario, documents that do not contain all search terms will occur.
Helder
12:32 PMI have matches, but still don’t understand what we need to tweak in order to solve:
Search tearm: “fuji máquina”
Against: máquina Fujifilm
Kishore Nallan
12:37 PMmáquina fuji
will match and not the other way. You can create a synonym here for mapping fuji
to fujifilm
The reason why we do prefix searching on only the last word is that, otherwise the search results can become quite noisy.
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
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.
Typesense Search Query
Mischa was having issues with a Typesense search query and Jason suggested setting the prefix parameter to false.
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.