Skip to content

Commit b477d75

Browse files
committed
MAGE-1341 Fix dropped products issue on indexing queue
1 parent 4ad1016 commit b477d75

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
@@ -251,7 +251,7 @@ protected function buildIndexPage(
251251
$collection->load();
252252
$this->logger->log('Loaded ' . count($collection) . ' products');
253253
$this->logger->stop($logMessage);
254-
$indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId);
254+
$indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId, $useTmpIndex);
255255
$indexData = $this->getProductsRecords($storeId, $collection, $productIds);
256256
if (!empty($indexData['toIndex'])) {
257257
$this->logger->start('ADD/UPDATE TO ALGOLIA');

0 commit comments

Comments
 (0)