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.
1 parent 4ad1016 commit b477d75Copy full SHA for b477d75
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