File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
CatalogSearch/Model/Indexer/Fulltext/Action
Catalog/Model/Indexer/Product/Category/Action Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ private function getProductIdsWithParents(array $childProductIds)
114
114
->from (['relation ' => $ this ->getTable ('catalog_product_relation ' )], [])
115
115
->distinct (true )
116
116
->where ('child_id IN (?) ' , $ childProductIds )
117
- ->where ('parent_id NOT IN (?) ' , $ childProductIds )
118
117
->join (
119
118
['cpe ' => $ this ->getTable ('catalog_product_entity ' )],
120
119
'relation.parent_id = cpe. ' . $ fieldForParent ,
Original file line number Diff line number Diff line change @@ -318,7 +318,6 @@ protected function getProductIdsFromParents(array $entityIds)
318
318
)
319
319
->distinct (true )
320
320
->where ('child_id IN (?) ' , $ entityIds )
321
- ->where ('parent_id NOT IN (?) ' , $ entityIds )
322
321
->join (
323
322
['cpe ' => $ this ->getTable ('catalog_product_entity ' )],
324
323
'relation.parent_id = cpe. ' . $ linkField ,
You can’t perform that action at this time.
0 commit comments