Skip to main content

Allow filterting by multiple options in Magento2

Allow filterting by multiple options in Magento2
the main idea is to build your frontend side but later you will need to modify this file
 
\vendor\magento\module-catalog-search\Model\Layer\Filter\Attribute.php
Line 66:
$attributeValue = explode(",", $attributeValue);

Tags