Skip to content

Commit 6dbe9bf

Browse files
committed
MAGE-1341 Fix dropped products issue on indexing queue
1 parent 1f0f75d commit 6dbe9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Product/IndexBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protected function buildIndexPage(
201201
$collection->load(); // eliminate extra query to obtain count
202202
$this->logger->log('Loaded ' . count($collection) . ' products');
203203
$this->logger->stop($logMessage);
204-
$indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId);
204+
$indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId, $useTmpIndex);
205205
$indexData = $this->getProductsRecords($storeId, $collection, $productIds);
206206
if (!empty($indexData['toIndex'])) {
207207
$this->logger->start('ADD/UPDATE TO ALGOLIA');

0 commit comments

Comments
 (0)