| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function saleSearch(array $requestParameters = []): array |
||
| 27 | { |
||
| 28 | $searchQuery = $this->getFactory()->getSaleSearchQueryPlugin($requestParameters); |
||
| 29 | $resultFormatters = $this->getFactory()->getSaleSearchResultFormatterPlugins(); |
||
| 30 | |||
| 31 | return $this->getFactory() |
||
| 32 | ->getSearchClient() |
||
| 33 | ->search($searchQuery, $resultFormatters, $requestParameters); |
||
| 34 | } |
||
| 36 |