Skip to content

Commit 167c3ac

Browse files
committed
MC-37006: Adding/removing disabled products to Magento flushes categories cache
1 parent e81b6aa commit 167c3ac

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)