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

Filter the Admin product grid by multiple SKUs

Maintainers

Package info

github.com/aimanecouissi/magento2-module-catalog-product-grid-sku-multi-filter

Type:magento2-module

pkg:composer/aimanecouissi/module-catalog-product-grid-sku-multi-filter

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:31 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:54 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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