The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Catalog Product Grid SKU Multi-Filter

aimanecouissi/module-catalog-product-grid-sku-multi-filter

Expands the SKU filter on the Admin Catalog Products grid to accept comma-separated SKU values, returning products matching any of the entered exact SKUs in a single search.

3
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
7 warnings
L5 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Catalog Product Grid SKU Multi-Filter Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_CatalogProductGridSkuMultiFilter

Adds comma-separated SKU search to the Admin → Catalog → Products grid. The module expands the existing SKU filter so multiple exact SKU values can be submitted in one product grid search.

Installation

composer require aimanecouissi/module-catalog-product-grid-sku-multi-filter
bin/magento module:enable AimaneCouissi_CatalogProductGridSkuMultiFilter
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open the Admin → Catalog → Products grid and enter comma-separated values in the SKU filter, such as ABC-1, DEF-2. The grid treats the entered tokens as exact SKU values and returns products matching any token; single-value searches continue through Magento default SKU filter behavior.

Uninstall

bin/magento module:disable AimaneCouissi_CatalogProductGridSkuMultiFilter
composer remove aimanecouissi/module-catalog-product-grid-sku-multi-filter
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.