I want to create a query that checks if an entity is categorized with any of the categories in ListA AND all categories in ListB. The first part is easily made by adding to query.Categories.Containing.ID.Includes.Values, but how do I add mandatory categories to that same query?
I want to create a query that checks if an entity is categorized with any of the categories in ListA AND all categories in ListB. The first part is easily made by adding to query.Categories.Containing.ID.Includes.Values, but how do I add mandatory categories to that same query?
Anyone with a good idea?