Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (EngineResolverInterface $engineResolver, ObjectManagerInterface $objectManager, array $data) | |
isResultsCountEnabled () | |
getItems (QueryInterface $query) | |
Additional Inherited Members | |
![]() | |
const | SEARCH_RECOMMENDATIONS_ENABLED = 'catalog/search/search_recommendations_enabled' |
const | SEARCH_RECOMMENDATIONS_COUNT_RESULTS_ENABLED = 'catalog/search/search_recommendations_count_results_enabled' |
const | SEARCH_RECOMMENDATIONS_COUNT = 'catalog/search/search_recommendations_count' |
const | SEARCH_SUGGESTION_COUNT = 'catalog/search/search_suggestion_count' |
const | SEARCH_SUGGESTION_COUNT_RESULTS_ENABLED = 'catalog/search/search_suggestion_count_results_enabled' |
const | SEARCH_SUGGESTION_ENABLED = 'catalog/search/search_suggestion_enabled' |
Definition at line 12 of file SuggestedQueries.php.
__construct | ( | EngineResolverInterface | $engineResolver, |
ObjectManagerInterface | $objectManager, | ||
array | $data | ||
) |
SuggestedQueries constructor.
EngineResolverInterface | $engineResolver | |
ObjectManagerInterface | $objectManager | |
array | $data |
Definition at line 43 of file SuggestedQueries.php.
getItems | ( | QueryInterface | $query | ) |
{#-
QueryInterface | $query |
Implements SuggestedQueriesInterface.
Definition at line 64 of file SuggestedQueries.php.
isResultsCountEnabled | ( | ) |
{
Implements SuggestedQueriesInterface.
Definition at line 56 of file SuggestedQueries.php.