Hi, I what to limit the facet options to include only options within a group context.
Let's start with the following case, to explain why I want this new feature:
Example : You are selling shoes and you have a product field "Color" that field goes across all products. You have a Query with an Expression "Color (System.String[]) - MatchAny - Color" and a facet group for them to render in the frontend. You have 2 product groups "Woman" and "Men". In the shop you go to group "Men". Here you don't want to show pink in the dropdown, becouse there is no pink shoes in the "Men" group.
I know I maybe can accomplish this by using custom category fields, but I want to keep a quick and simpel datastructure and custom category fields is hard to handle in the integration where there is a lot of groups and I don't want to box in my products like that.
"Show facet options with no results" - but only within the group context, thanks...
Regards
Kim