Skip to content

Commit 5bc9396

Browse files
committed
MAGETWO-36982: Create Search Module API to support search functionality
MAGETWO-39543: Create API test - Fix di.xml
1 parent 3235b1e commit 5bc9396

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<preference for="Magento\Framework\Api\Search\SearchResultInterface" type="Magento\Framework\Api\Search\SearchResult" />
3333
<preference for="Magento\Framework\Api\Search\SearchCriteriaInterface" type="Magento\Framework\Api\Search\SearchCriteria" />
3434
<preference for="Magento\Framework\Api\Search\DocumentInterface" type="Magento\Framework\Api\Search\Document" />
35-
<preference for="Magento\Framework\Search\AggregationInterface" type="Magento\Framework\Search\Response\Aggregation" />
35+
<preference for="Magento\Framework\Api\Search\AggregationInterface" type="Magento\Framework\Search\Response\Aggregation" />
3636
<type name="Magento\Store\Model\Store">
3737
<arguments>
3838
<argument name="currencyInstalled" xsi:type="string">system/currency/installed</argument>

lib/internal/Magento/Framework/Search/ResponseInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace Magento\Framework\Search;
77

8-
use Magento\Framework\Api\Search\AggregationInterface;
9-
108
/**
119
* Search Request
1210
*/

0 commit comments

Comments
 (0)