Querying with Multiple Values for Tags
TLDR JinW asked how to filter results including all provided values for tags. Kishore Nallan suggested using 'AND' is the only way.
Oct 20, 2021 (25 months ago)
JinW
09:21 AMKishore Nallan
02:34 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Understanding Search Parameters and Functions in a Database
Mubashirullah needed help with formulating search queries. Kishore Nallan explained how to use filter_by, query_by, and facet_query. The thread ended with corrections to a search syntax error.
Usage and Modification of Dynamic Routes in Typesense Documents
Ethan needed a way to perform exact queries through two fields in Typesense documents. Kishore Nallan demonstrated its possibility using the "filter_by". An issue was resolved via recommending that fields in 'query by' should be a string type.
Performance Characteristics of Filtering Search Results
Oskar queries the performance difference in filtering search results. Jason clarifies how filters work and provides performance improvement suggestions like increasing vCPUs and sharding the collection. Kishore Nallan explains filter IDs and document ID matching. The thread concludes with discussions on performance tradeoffs in filter implementation.