Skip to content

Commit aa65e0e

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent 21d4a9f commit aa65e0e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Elasticsearch/Model/Indexer/Fulltext/Plugin/Category/Product/Action

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch/Model/Indexer/Fulltext/Plugin/Category/Product/Action/Rows.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function afterExecute(
9191
if ($indexer->isScheduled()) {
9292
$indexer->getView()->getChangelog()->addList($productIds);
9393
} else {
94-
$indexer->reindexList($productIds);
94+
$indexer->invalidate();
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)