Skip to content

Commit 39e06b0

Browse files
committed
Fix bug missed products with reindex catalog_category_product
1 parent 6625945 commit 39e06b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/AbstractAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ protected function getNonAnchorCategoriesSelect(\Magento\Store\Model\Store $stor
317317
*/
318318
protected function isRangingNeeded()
319319
{
320-
return true;
320+
return false;
321321
}
322322

323323
/**

0 commit comments

Comments
 (0)