We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff62bdb commit fdd4952Copy full SHA for fdd4952
app/code/Magento/CatalogSearch/Model/ResourceModel/Engine.php
@@ -108,7 +108,8 @@ public function processAttributeValue($attribute, $value)
108
) {
109
$result = $value;
110
} elseif ($this->isTermFilterableAttribute($attribute)
111
- || ($attribute->getIsSearchable() && in_array($attribute->getFrontendInput(), ['select', 'multiselect']))
+ || ($attribute->getIsSearchable()
112
+ && in_array($attribute->getFrontendInput(), ['select', 'multiselect']))
113
114
$result = '';
115
}
0 commit comments