jayelkaake / enhancedgrid

The original enhanced admin product grid for Magento.
https://www.magentocommerce.com/magento-connect/enhanced-admin-product-grid.html
94 stars 61 forks source link

Filter by Multiple Categories #47

Open YaegerDesign opened 7 years ago

YaegerDesign commented 7 years ago

Is it possible to filter products by multiple categories? The standard view shows all categories listed out separated by commas (eg. Cat1, Subcat1, Subcat2, Cat2). To filter by a single category, you must type the category name in manually exactly as it was created. However, if you try to filter by multiple categories exactly as they appear (eg. Cat1, Subcat1, Subcat2, Cat2), no results are given.

I suppose this is because it is trying to find a single category with the name of all multiple categories? If this is the issue, can it be resolved so that multiple categories can be used as a filter?