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 bb1ce57 commit bc3d848Copy full SHA for bc3d848
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/AbstractEav.php
@@ -181,7 +181,7 @@ protected function _prepareRelationIndexSelect($parentIds = null)
181
['i' => $idxTable],
182
'l.child_id = i.entity_id AND cs.store_id = i.store_id',
183
[]
184
- )->joinInner(
+ )->join(
185
['sw' => $this->getTable('store_website')],
186
"cs.website_id = sw.website_id",
187
0 commit comments