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 9dd7c72 commit 2c62aa3Copy full SHA for 2c62aa3
app/code/Magento/CatalogSearch/Model/Search/FilterMapper/TermDropdownStrategy.php
@@ -101,7 +101,7 @@ public function apply(
101
'search_index.entity_id = %1$s.entity_id AND %1$s.attribute_id = %2$d AND %1$s.store_id = %3$d',
102
$alias,
103
$attribute->getId(),
104
- $this->storeManager->getWebsite()->getId()
+ $this->storeManager->getStore()->getId()
105
);
106
$select->joinLeft(
107
[$alias => $this->frontendResource->getMainTable()],
0 commit comments