Query Syntax and Boolean Operators Support
TLDR bnfd inquires about boolean operator use in fields. Current support is described by Kishore Nallan, along with an open call for ANTLR integration contributions.
1
Sep 14, 2021 (28 months ago)
bnfd
11:14 AMKishore Nallan
11:15 AM1
Kishore Nallan
11:16 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Issues with Using the OR Operator in Filter Query
Mehdi inquired about using OR in a filter query and was told by Kishore Nallan that only AND is supported. Ricardo suggested the use of multisearch and dedup, while Mehdi decided to modify the document's fields.
Querying and Indexing Multiple Elements Issues
Krish queried fields with multiple elements, which Kishore Nallan suggested checking `drop_tokens_threshold`. Krish wished to force OR mode for token, but Kishore Nallan admitted the feature was missing. Krish was able to resolve the issue with url encoding.
Issue with Typo Correction/Prefix Search and the Role of max_candidates
John noticed inconsistent search results based on max_candidates settings, and Kishore Nallan clarified its role for multi-word queries. They resolved that increasing max_candidates ensures the query isn't prematurely limited.