Improving Search Query to Match Multiple Words
TLDR Tim wanted to adjust search for multiple-word values. Jason suggested using double-quotes or adjusting search settings.
Mar 01, 2023 (9 months ago)
Tim
06:23 PMJason
08:20 PMJason
08:20 PM"Site 12"
Tim
08:21 PMJason
08:39 PMdrop_tokens_threshold: 0
, typo_tokens_threshold: 0
, prefix: false
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Discussing Typo Tolerance in TypeSense Search
Greg conveys a client's query about TypeSense's typo-tolerance search. Jason explains it covers most plurals unless more than 2 characters are changed. They agree that significantly exceeding a levenshtein distance of 2 slows the query and/or provides inaccurate results.
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.
Handling Two-Word Queries with Custom Separators
Dima proposes adding a parameter to API for handling two-word queries. Jason suggests opening a GitHub issue for the feature request.