Skip to content

Commit c483469

Browse files
committed
MC-42791: [Magento Cloud] Products not showing in catagories
1 parent 04497c2 commit c483469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ public function getSearchableProducts(
210210
$lastProductId = 0,
211211
$batch = 100
212212
) {
213-
$batch = 10;
214213
$select = $this->selectSearchableProducts->execute($storeId, $staticFields, $productIds, $lastProductId, $batch);
215214
if ($productIds === null) {
216215
$select->where(

0 commit comments

Comments
 (0)