Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 5039c94

Browse files
committed
Revert "Fix bug missed products with reindex catalog_category_product"
This reverts commit 39e06b0.
1 parent 9778bfb commit 5039c94

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 false;
320+
return true;
321321
}
322322

323323
/**

0 commit comments

Comments
 (0)