Skip to content

Commit 128ad2c

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent 519df01 commit 128ad2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch/etc/indexer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Indexer/etc/indexer.xsd">
99
<indexer id="catalogsearch_fulltext">
1010
<dependencies>
11-
<indexer id="catalog_product_category" />
11+
<indexer id="catalog_category_product" />
1212
<indexer id="cataloginventory_stock" />
1313
<indexer id="catalog_product_price" />
1414
</dependencies>

0 commit comments

Comments
 (0)