File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
lib/internal/Magento/Framework/Search Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 32
32
<preference for =" Magento\Framework\Api\Search\SearchResultInterface" type =" Magento\Framework\Api\Search\SearchResult" />
33
33
<preference for =" Magento\Framework\Api\Search\SearchCriteriaInterface" type =" Magento\Framework\Api\Search\SearchCriteria" />
34
34
<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" />
36
36
<type name =" Magento\Store\Model\Store" >
37
37
<arguments >
38
38
<argument name =" currencyInstalled" xsi : type =" string" >system/currency/installed</argument >
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Framework \Search ;
7
7
8
- use Magento \Framework \Api \Search \AggregationInterface ;
9
-
10
8
/**
11
9
* Search Request
12
10
*/
You can’t perform that action at this time.
0 commit comments