searchSuggestions
abstract suspend fun searchSuggestions(request: DashSearchRequest, suggestions: List<DashSearchSuggestion>): List<DashSearchSuggestion>
Adapts given suggestions according to the app requirements.
Adapts given suggestions according to the app requirements.