Querying Documents with Specific Fields and Wildcards
TLDR Jacob asked how to query a subset of documents having specific fields. Kishore Nallan suggested using NULL as an identifier to exclude documents without the required field.
Jun 19, 2023 (3 months ago)
Jacob
06:01 AMKishore Nallan
06:09 AMJacob
06:16 AMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
Querying Documents Using Wildcards and Array Lengths
Orion asks about querying documents with wildcards or array lengths. Jason requests clarification and examples from Orion to better understand the question.
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.
Filtering Based on Null or Specific Field Value in Typesense
Matheus asked how to filter documents on a null or specific field value. Jason suggested using a placeholder string to represent null values for filtering purposes.