hawksearch/index-by-schedule-magento2

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

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/hawksearch/index-by-schedule-magento2

0.1.0 2023-05-30 17:24 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:01 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