hawksearch / index-by-schedule-magento2
Module fixes reindexing of removed items in 'By Schedule' indexing mode
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/magento2-base: ~2.3.5|~2.4
This package is auto-updated.
Last update: 2025-03-01 00:40:13 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