Hi, Why searching on a facet field that exist on t...
# community-help
g
Hi, Why searching on a facet field that exist on the schema but where no documents are found give a 404 error ? Shouldn't it be just an empty results? I got error like this "Could not find a facet field named
a_field_name
in the schema."
k
You should get that error only when you try to facet on a field that exists in the schema but is not marked as
facet: true
g
Thanks for clarification about this error, I will double check that