Hi everyone, facing a critical issue on our typese...
# community-help
v
Hi everyone, facing a critical issue on our typesense cloud cluster. From today morning, searches against one of our collections in typesense is randomly failing saying
Could 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:
Copy code
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
Copy code
"message": "Could not find a filter field named `genders` in the schema."
and sometimes works just fine. Please recommend what to do here. TIA