File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/code/Magento/CatalogGraphQl
Model/Resolver/Products/Query
Test/Unit/Model/Resolver/Products/Query Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \CatalogGraphQl \DataProvider \Product \SearchCriteriaBuilder ;
11
11
use Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \ProductSearch ;
12
+ use Magento \CatalogGraphQl \Model \Resolver \Products \Query \Search \QueryPopularity ;
12
13
use Magento \CatalogGraphQl \Model \Resolver \Products \SearchResult ;
13
14
use Magento \CatalogGraphQl \Model \Resolver \Products \SearchResultFactory ;
14
15
use Magento \Framework \Api \Search \SearchCriteriaInterface ;
19
20
use Magento \GraphQl \Model \Query \ContextInterface ;
20
21
use Magento \Search \Api \SearchInterface ;
21
22
use Magento \Search \Model \Search \PageSizeProvider ;
22
- use Magento \CatalogGraphQl \Model \Resolver \Products \Query \Search \QueryPopularity ;
23
23
24
- /**
24
+ /*a *
25
25
* Full text search for catalog using given search criteria.
26
+ *
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
28
*/
27
29
class Search implements ProductQueryInterface
28
30
{
Original file line number Diff line number Diff line change 27
27
28
28
/**
29
29
* Test for fulltext search query
30
+ *
31
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
32
*/
31
33
class SearchTest extends TestCase
32
34
{
You can’t perform that action at this time.
0 commit comments