Hello,
I have a CategoryEntity object and I want to search it and all subcategories for all products, that are featured.
- How do I look in the actual category and all subcategories
- How do I filter for the featured attribute?
Is this possible by just a Criteria and some filtering, or do I need a more complex attempt with a database Request?
Best regards
Alex