Query with ORed Terms - Fuzzy Search Support
TLDR Jason asked if using ORed terms in a query is possible. Kishore Nallan said it's not possible and recommended using filtering without fuzzy search support.
Mar 30, 2023 (8 months ago)
Jason
04:49 PMq
able to be ORed
e,.g, `q = "tacos || beer || butter chicken" ?Kishore Nallan
04:57 PMJason
08:13 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Querying Typesense API with Array of Strings
Nikhilesh was struggling to query the typesense API with an array of strings. Kishore Nallan clarified the issue might be related to url encoding and further explained how to properly use the `q` and `filter_by` parameters.
Querying with Not-in in Typesense
Masahiro inquired about using not-in queries in Typesense. Kishore Nallan explained how to conduct such queries by using the "-" operator in the query string, and assisted Masahiro with issues stemming from a high number of exclusion tokens. The problem was eventually resolved by switching to the `multi_search` endpoint.
Discussing Filter Operators in Typesense
Roshan asked about the functionality of the 'contains' operator in Typesense filters. Kishore Nallan explained how to use the operator and suggested using a curl query for better insight into the issue. However, the thread ends without a resolution.