Skip to content

Commit d79ed54

Browse files
authored
Merge pull request #1774 from algolia/fix/MAGE-1357-full-reindex-dropped-catalog
MAGE-1357 Fix dropped products issue on indexing queue 3.16.0
2 parents 4ad1016 + b477d75 commit d79ed54

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)