Vamshi Aruru
07/04/2024, 4:23 AMCould not find a filter named <filter_name> in the schema
. It is failing intermittently, the same query succeeds once, but fails the other time. Sample query that some times works and some times doesn't:
curl --location --globoff '<typesense_url>/collections/includ_product_variants/documents/search?q=*&group_by=productID&query_by=searchText0%2CsearchText1%2CsearchText2&group_limit=1&per_page=100&include_fields=id%2Ccategory&filter_by=genders%20%3A%3D%20[%60Boys%60]%20%20%26%26%20category%20%3A%3D%20[%602%20pc.%20Sets%60]' \
--header 'x-typesense-api-key: <api_key>'
this sometimes fails with
"message": "Could not find a filter field named `genders` in the schema."
and sometimes works just fine.
Please recommend what to do here. TIA