Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SuggestedQueriesInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
15 {
19  const SEARCH_RECOMMENDATIONS_ENABLED = 'catalog/search/search_recommendations_enabled';
20  const SEARCH_RECOMMENDATIONS_COUNT_RESULTS_ENABLED = 'catalog/search/search_recommendations_count_results_enabled';
21  const SEARCH_RECOMMENDATIONS_COUNT = 'catalog/search/search_recommendations_count';
27  const SEARCH_SUGGESTION_COUNT = 'catalog/search/search_suggestion_count';
28  const SEARCH_SUGGESTION_COUNT_RESULTS_ENABLED = 'catalog/search/search_suggestion_count_results_enabled';
29  const SEARCH_SUGGESTION_ENABLED = 'catalog/search/search_suggestion_enabled';
36  public function getItems(QueryInterface $query);
37 
41  public function isResultsCountEnabled();
42 }