Skip to content

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

Notifications You must be signed in to change notification settings

hawksearch/index-by-schedule-magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index By Schedule Fixes

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages