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 a4f8103 commit 02aa020Copy full SHA for 02aa020
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php
@@ -279,6 +279,7 @@ private function getBatchesForIndexer(string $typeId): BatchIterator
279
$select = $connection->select();
280
$select->distinct(true);
281
$select->from(['e' => $entityMetadata->getEntityTable()], $entityMetadata->getIdentifierField());
282
+ $select->where('type_id = ?', $typeId);
283
284
return $this->batchQueryGenerator->generate(
285
$this->getProductMetaData()->getIdentifierField(),
0 commit comments