[GS] Application results provider #65633
Labels
NeededFor:Core UI
REASSIGN from Team:Core UI
Deprecated label for old Core UI team
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
For #61657, we will need a client-side
results provider
in charge of returning the applications matching the user's query.As there is currently no way to access the list of registered apps from a plugin, we should also add an additional API to the
application
service start contract to return a subset of the registered apps meta (title, icon, url)As we can't leverage ES to perform the search for us here, we will need to implement our own search algorithm. Using Levenshtein distance or a derivate between the query and the application's title is probably acceptable.
The text was updated successfully, but these errors were encountered: