I have set up a webshops where i want an index query to fetch all products in groups underneath a certain group
Example:
My structure of groups is GrandParent/Parent/Child1, GrandParent/Parent/Child2 etc.
and the products are placed in the Child groups, but in my query I want to fetch all products that are in child groups based on the ID of the GrandParent
I have tried setting up somthing like something like "where ParentGroupIds contains Group13" - but this doesn´t work
Anyone have experience with this?
/Hans