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 1f0f75d + 6dbe9bf commit d0dcd9eCopy full SHA for d0dcd9e
Service/Product/IndexBuilder.php
@@ -201,7 +201,7 @@ protected function buildIndexPage(
201
$collection->load(); // eliminate extra query to obtain count
202
$this->logger->log('Loaded ' . count($collection) . ' products');
203
$this->logger->stop($logMessage);
204
- $indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId);
+ $indexOptions = $this->indexOptionsBuilder->buildEntityIndexOptions($storeId, $useTmpIndex);
205
$indexData = $this->getProductsRecords($storeId, $collection, $productIds);
206
if (!empty($indexData['toIndex'])) {
207
$this->logger->start('ADD/UPDATE TO ALGOLIA');
0 commit comments