Filtering Records in Typesense Using int32 Array
TLDR ovrays faced issues with filtering records in Typesense using an int32 array. Kishore Nallan advised verifying the field name and version of Typesense. The problem was resolved when ovrays recreated their document.
1
May 07, 2021 (31 months ago)
ovrays
09:17 AMI have int32[] field
genres
, and when i try to run search with filter_by=genres:[1] or something like that i gen an 404 error (not found)Kishore Nallan
09:26 AMKishore Nallan
09:39 AMovrays
11:43 AM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Troubleshooting Typesense Filter_by Parameter Issue
Sagar had trouble with the filter_by parameter in Typesense. Kishore Nallan identified issue related to indexing, which resolved part of the issue. Guidance was given for handling null values.
Querying TypeSense: Exclude Certain IDs from Array Field
Andrew asked if it's possible to exclude specific ids from an array in TypeSense, like Firestore's not-in array. Jason confirmed it's possible and shared how to do it, in addition to a reference link.
Filtering in Typesense with ID
KARTHICK asked about filtering in Typesense using an ID. Jason confirmed using the `filter_by` parameter with the ID value.