Skip to content

Commit e1e5ee3

Browse files
glo23503devarul
authored andcommitted
ACP2E-1422: No products in categories or search
1 parent 103797c commit e1e5ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class Repository implements \Magento\Catalog\Api\ProductAttributeRepositoryInterface
2121
{
22-
private const FILTERABLE_ALLOWED_INPUT_TYPES = ['date', 'datetime', 'price', 'text', 'textarea', 'texteditor'];
22+
private const FILTERABLE_ALLOWED_INPUT_TYPES = ['date', 'datetime', 'text', 'textarea', 'texteditor'];
2323

2424
/**
2525
* @var \Magento\Catalog\Model\ResourceModel\Attribute

0 commit comments

Comments
 (0)