@@ -21,6 +21,12 @@ export class ProductVariantListComponent
readonly filters = this.createFilterCollection()
.addDateFilters()
.addFilters([
+ {
+ name: 'name',
+ type: { kind: 'text' },
+ label: _('common.name'),
+ filterField: 'name',
+ },
{
name: 'id',
type: { kind: 'text' },