Hi!
I have found out that if we use queries with Match All field expression for specific fields, the calculated facet count for these fields are incorrect. The facet count for other facets used at same time are correct - only facet count for Match All fields are incorrect.
Example:
I have an ecommerce setup with a product list in which I want to enable facet search for "industry" and "product features". A product item could be available for 1 or more industries and could have various produkt features (eg. approvals). We want to search products matching all of selected product features (and matching any "industries") - eg. products that holds different approvals and so on.
Any ideas how to handle this?