Skip to content

Commit

Permalink
Merge pull request #44 from aligent/fix/indexer_reference
Browse files Browse the repository at this point in the history
Fix reference to indexer in mview.xml
  • Loading branch information
aligent-lturner authored Oct 10, 2024
2 parents 713d989 + d149d9d commit aa51179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
<view id="fredhopper" class="Aligent\Fredhopper\Model\Indexer\ProductIndexer" group="indexer">
<view id="fredhopper" class="Aligent\FredhopperIndexer\Model\ProductIndexer" group="indexer">
<subscriptions>
<table name="catalog_category_product" entity_column="product_id" />
<table name="catalog_product_entity" entity_column="entity_id" />
Expand Down

0 comments on commit aa51179

Please sign in to comment.