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
Kishore Nallan
11/04/2021, 3:44 PM
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
gab gab
11/05/2021, 12:28 PM
Thanks for clarification about this error, I will double check that