AutocompleteSuggestions
Magento\AdvancedSearch\Model\DataProvider\AutocompleteSuggestions
What it does
This class provides autocomplete data for the search box, intelligently switching between two modes.
When search suggestions are enabled in store configuration, it returns suggested queries with result counts; otherwise, it falls back to the standard autocomplete product data provider.
Developers would use this to customize or extend the search autocomplete functionality in Magento's advanced search feature.
Public Methods
- getItems()