Interface
SuggestedQueriesInterface
Magento\AdvancedSearch\Model\SuggestedQueriesInterface
What it does
This interface defines the contract for retrieving suggested search queries in Magento 2's advanced search functionality.
Developers implement this interface to provide search suggestions and recommendations to users as they type, improving the search experience by offering alternative or related queries with optional result counts.
Public Methods
- getItems()
- isResultsCountEnabled()