Skip to content

Commit d0a1e0c

Browse files
committed
MAGETWO-44333: Move Search API to Framework to Make Grid Component work through them
- Reverted default bind preference
1 parent 556cf8a commit d0a1e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<preference for="Magento\Framework\Api\ImageProcessorInterface" type="Magento\Framework\Api\ImageProcessor" />
140140
<preference for="Magento\Framework\Code\Reader\ClassReaderInterface" type="Magento\Framework\Code\Reader\ClassReader" />
141141
<preference for="Magento\Framework\Stdlib\DateTime\DateTimeFormatterInterface" type="Magento\Framework\Stdlib\DateTime\DateTimeFormatter"/>
142+
<preference for="Magento\Framework\Api\Search\SearchInterface" type="Magento\Framework\Search\Search"/>
142143
<type name="Magento\Framework\Model\ResourceModel\Db\TransactionManager" shared="false" />
143144
<type name="Magento\Framework\Logger\Handler\Base">
144145
<arguments>

0 commit comments

Comments
 (0)