Skip to content

Commit e73a7a4

Browse files
author
Oleksii Korshenko
authored
ENGCOM-3732: [Backport] fixed store wise product filter issue #19911
2 parents 2761322 + 569752f commit e73a7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
394394
*/
395395
public function addFieldToFilter($attribute, $condition = null)
396396
{
397-
return $this->addAttributeToFilter($attribute, $condition);
397+
return $this->addAttributeToFilter($attribute, $condition, 'left');
398398
}
399399

400400
/**

0 commit comments

Comments
 (0)