Complex Boolean Searches in InstantSearch Adapter
TLDR Ailish asked for complex boolean search examples. Kishore Nallan shared a link but clarified that boolean operators aren't supported for the q
parameter, only for filtering.
1
Apr 17, 2023 (8 months ago)
Ailish
03:01 PMKishore Nallan
03:29 PMAilish
03:35 PMKishore Nallan
03:37 PMAilish
03:46 PMAilish
03:46 PMNOT(a AND b) OR c
in a simple string that Iโll pass to typesenseKishore Nallan
03:51 PMq
param.Kishore Nallan
03:51 PMApr 18, 2023 (8 months ago)
Ailish
07:45 AM1
Typesense
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 Embedding Distance Threshold Error Query Using '*'
Walter was having trouble using the embedding distance threshold which gave out an error with a '*'. Kishore Nallan clarified the issue and suggested a solution. Jason also provided a link to help dynamically set typesense-instantsearch-adapter parameters for future inquiries. The issue was resolved by their inputs.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.
Implementation and Testing of Negative Filtering on Typesense
Stefan needed an ETA on implementing negative filtering on layer of `typesense`. Kishore Nallan provided updates, fixes, and an early build for testing. Further plans on adding it to instantsearch adapter were discussed, with Stefan also offering to contribute.
Typesense Sorting Query and Bug Report
michtio is new to Typesense and is querying sorting implementation. Jason shares resources and suggests use of specific adapters. However, michtio shares a bug found when applying a filter on Typesense. Jason asks for a GitHub issue to be opened for the bug.