Skip to content

Commit 63e49d3

Browse files
committed
MC-42791: [Magento Cloud] Products not showing in catagories
1 parent 9c1ad4e commit 63e49d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function getSearchableProducts(
201201
$lastProductId = 0,
202202
$batch = 100
203203
) {
204-
$batch = 10;
204+
// $batch = 10;
205205
$select = $this->getSelectForSearchableProducts($storeId, $staticFields, $productIds, $lastProductId, $batch);
206206
if ($productIds === null) {
207207
$select->where(

0 commit comments

Comments
 (0)