hawksearch/index-by-schedule-magento2

Module fixes reindexing of removed items in 'By Schedule' indexing mode

0.1.0 2023-05-30 17:24 UTC

This package is auto-updated.

Last update: 2024-05-30 00:42:30 UTC


README

After installing this extension the folowing Mview subscriptions work correctly for "By Schedule" indexer mode when product entity is deleted:

<view id="hawksearch_products" class="HawkSearch\EsIndexing\Model\Indexer\Product" group="indexer">
    <subscriptions>
        <table name="catalog_category_product" entity_column="product_id" />
        <table name="catalog_product_relation" entity_column="parent_id"/>
    </subscriptions>
</view>

Bug reference link: catalog_product_relation is unsuitable for mview