I have tags in my schema then also i am getting th...
# community-help
n
I have tags in my schema then also i am getting this error from instant search
Copy code
Could not find a facet field named `tags` in the schema.
    at TypesenseInstantsearchAdapter._validateTypesenseResul
j
Could you open the browser’s dev console, open the network tab, then do a search that causes this error in your search UI, look for a request to
mult_search
, right-click on that request, copy-as-curl and paste it here?