Skip to content

Commit 6dccc3e

Browse files
author
Oleksandr Iegorov
committed
MC-42811: Missing Bundled Products on Category Pages
1 parent 3c1793f commit 6dccc3e

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Elasticsearch/etc

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,9 @@
564564
<type name="Magento\Catalog\Model\ResourceModel\Attribute">
565565
<plugin name="updateElasticsearchIndexerMapping" type="Magento\Elasticsearch\Model\Indexer\Fulltext\Plugin\Category\Product\Attribute"/>
566566
</type>
567+
<type name="Magento\Elasticsearch\Model\Indexer\IndexerHandler">
568+
<arguments>
569+
<argument name="cacheContext" xsi:type="object">Magento\Framework\Indexer\CacheContext\Proxy</argument>
570+
</arguments>
571+
</type>
567572
</config>

0 commit comments

Comments
 (0)