Altering Search Behavior in Book Search Demo
TLDR Roshan sought advice on altering an OR search to an AND search. Kishore Nallan suggested using 'drop_tokens_threshold=0' while querying.
1
Feb 10, 2022 (21 months ago)
Roshan
10:43 AMlooking at the book search demo I found the search is OR instead of AND, for example if i want to search for a book from author "Harry August", I don't want to results where the date of publication has "August" in it. I don't want to results where one field has "Harry" and another field has "August" Kishore Kishore Nallan
Kishore Nallan
10:53 AMRoshan
10:55 AMKishore Nallan
10:55 AMRoshan
10:57 AM1
Roshan
10:57 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Implementing OR Query in Typesense for Multiple-Word Search
Md.Riad was seeking assistance on implementing an OR query in Typesense for multiple word search. Jason clarified that Typesense already provides this feature by default and suggested to adjust the `drop_tokens_threshold` to obtain more varied 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.
Typesense Partial Text Search Functionality Clarification
Davi queries about search behavior in Typesense, not seeing expected results with partial search strings. Jason confirms this behavior as expected and refers to an open feature request to address the query.