Exact Token Matching Issue in Typesense
TLDR Saurabh had trouble in exact matching tokens in typesense resulting in an error. Jason suggested escaping the value using backticks to resolve the issue.
Oct 12, 2023 (1 month ago)
Saurabh
11:37 AMKishore Nallan
12:52 PMSaurabh
01:25 PMKishore Nallan
01:26 PMSaurabh
01:30 PMKishore Nallan
01:31 PMSaurabh
01:36 PMJason
03:46 PMfilter_by
is that parentheses are used for precedence in the filter expression. So if you have parentheses in your filter value, you'd need to escape the value using backticks, like this:"filter_by":"level_and_type:[
Integrated Courses (UG+PG)
]"Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Inconsistent Search Results in Typesense UI vs Dashboard
Abhishek reports inconsistent search results in the typesense UI vs dashboard integration when using page rank with Docusaurus plugin. Jason suggests creating a GitHub issue while Abhishek seeks clarification on prioritizing exact matches.
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.
Issue with Query Expectations on Typesense Search
Sean was having an issue with their search query on Typesense. Kishore Nallan suggested adjusting the 'drop_tokens_threshold' parameter. After making the adjustment, Sean found an issue with the order of the results, which was resolved by updating Typesense version.
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.
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.