Skip to content

Commit dc9a629

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent bbafcd0 commit dc9a629

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ public function afterExecute(
9090
$indexer = $this->indexerRegistry->get(FulltextIndexer::INDEXER_ID);
9191
if ($indexer->isScheduled()) {
9292
$indexer->getView()->getChangelog()->addList($productIds);
93-
} else {
94-
$indexer->reindexList($productIds);
9593
}
9694
}
9795
}

0 commit comments

Comments
 (0)