- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
As you say, there's no way to do this without also having to do entity queries, ruining performance. Closing this issue.
I'm running Search API Solr and Facets on my site, and it's working great. I have a number of facets that are checkboxes. They list all the defined values for a given field.
My clients now want to make this particular field mandatory, and want a way to filter search results where a field is empty or undefined, things Facets would normally ignore.
Is there a way to filter on "undefined" in facets? Add an option that basically says "This field isn't defined"?
(Having typed this out, I'm guessing the quick answer is "no". Particularly for Solr, there's no way to tell between a content type which has an empty field, and a content type where the field isn't defined. Any other ideas on how to quickly find other "undefined" content would be appreciated!)
Closed: won't fix
1.4
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
As you say, there's no way to do this without also having to do entity queries, ruining performance. Closing this issue.