Skip to content

Commit

Permalink
Fix price index table resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed Nov 25, 2020
1 parent a6ef98d commit f95fb19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,20 @@
</argument>
</arguments>
</type>

<type name="Swissup\SearchMysqlLegacy\Model\Search\FilterMapper\ExclusionStrategy">
<arguments>
<argument name="priceTableResolver" xsi:type="object">
Magento\Catalog\Model\Indexer\Product\Price\PriceTableResolver
</argument>
</arguments>
</type>

<type name="Swissup\SearchMysqlLegacy\Model\Adapter\Mysql\Dynamic\DataProvider">
<arguments>
<argument name="priceTableResolver" xsi:type="object">
Magento\Catalog\Model\Indexer\Product\Price\PriceTableResolver
</argument>
</arguments>
</type>
</config>

0 comments on commit f95fb19

Please sign in to comment.