Skip to content

Commit d0dcd9e

Browse files
authored
Merge pull request #1775 from algolia/fix/MAGE-1357-full-reindex-dropped-catalog-3.17.0
MAGE-1357 full reindex dropped catalog fix for 3.17.0
2 parents 1f0f75d + 6dbe9bf commit d0dcd9e

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)