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.
2 parents 4ad1016 + b477d75 commit d79ed54Copy full SHA for d79ed54
Service/Product/IndexBuilder.php
@@ -251,7 +251,7 @@ protected function buildIndexPage(
251
$collection->load();
252
$this->logger->log('Loaded ' . count($collection) . ' products');
253
$this->logger->stop($logMessage);
254
- $indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId);
+ $indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId, $useTmpIndex);
255
$indexData = $this->getProductsRecords($storeId, $collection, $productIds);
256
if (!empty($indexData['toIndex'])) {
257
$this->logger->start('ADD/UPDATE TO ALGOLIA');
0 commit comments