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 bf3cec5 commit 3fce6bbCopy full SHA for 3fce6bb
app/code/Magento/CatalogSearch/Model/Layer/Filter/Attribute.php
@@ -87,7 +87,7 @@ protected function _getItemsData()
87
$isAttributeFilterable =
88
$this->getAttributeIsFilterable($attribute) === static::ATTRIBUTE_OPTIONS_ONLY_WITH_RESULTS;
89
90
- if (count($optionsFacetedData) === 0 && $isAttributeFilterable) {
+ if (count($optionsFacetedData) === 0 && !$isAttributeFilterable) {
91
return $this->itemDataBuilder->build();
92
}
93
0 commit comments