-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[GS] Application results provider #65633
Copy link
Copy link
Closed
Labels
NeededFor:Core UIREASSIGN from Team:Core UIDeprecated label for old Core UI teamDeprecated label for old Core UI teamTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//
Metadata
Metadata
Assignees
Labels
NeededFor:Core UIREASSIGN from Team:Core UIDeprecated label for old Core UI teamDeprecated label for old Core UI teamTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//
Type
Fields
Give feedbackNo fields configured for issues without a type.
For #61657, we will need a client-side
results providerin 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
applicationservice 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.