Discussing Complicated Queries with Typesense Q Param
TLDR Jainil asked about complex queries in Typesense 'q' parameter. Jason clarified it doesn't support boolean operators and referred to an open feature request.
1
1
Sep 08, 2023 (3 weeks ago)
Jainil
06:07 PM1
Jason
06:19 PMq
parameter - only in the filter_by parameter. But the filter_by parameter doesn't support typo tolerance and partial word searchesBut there's an open feature request here: https://github.com/typesense/typesense/issues/1155
Could you upvote it / add your use-case to it?
Jainil
06:20 PMJainil
06:20 PM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Querying Typesense API with Boolean Operators
JOCSELINE asked about boolean operators in Typesense API's search feature. Jason clarified that Typesense doesn't support boolean operators in the 'q' parameter and suggested a solution. JOCSELINE confirmed the solution worked.
Typesense Complex Filtering Syntax Queries
J asked about developing complex filter queries in Typesense. Kishore Nallan stated that Typesense doesn't currently support this feature, but it might be added in the future.
Solving Typesense Cloud Interface Issue in Python
Orion had an issue querying from Python in the Typesense Cloud interface. Kishore Nallan identified the problem within the array declaration. They then discussed improving error messages and Orion offered to make a PR.