aimanecouissi / module-catalog-product-grid-multiple-sku-filter
Add multiple SKU filter support to the Admin product grid
Package info
github.com/aimanecouissi/magento2-module-catalog-product-grid-multiple-sku-filter
Type:magento2-module
pkg:composer/aimanecouissi/module-catalog-product-grid-multiple-sku-filter
1.0.0
2026-04-04 15:43 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Extends the Admin → Catalog → Products grid SKU filter to accept a comma-separated list of values.
Installation
composer require aimanecouissi/module-catalog-product-grid-multiple-sku-filter bin/magento module:enable AimaneCouissi_CatalogProductGridMultipleSkuFilter bin/magento setup:upgrade bin/magento cache:flush
Usage
Open Admin → Catalog → Products and enter multiple SKUs separated by commas in the SKU filter. The grid returns all products matching any of the provided values. A single SKU preserves Magento's default filter behavior.
Uninstall
bin/magento module:disable AimaneCouissi_CatalogProductGridMultipleSkuFilter composer remove aimanecouissi/module-catalog-product-grid-multiple-sku-filter bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.