kibana/x-pack/plugins/global_search_providers
Pierre Gayvallet 73fbf2a703
[GS] add tag and dashboard suggestion results (#85144)
* initial draft

* polish

* fix mocks

* add tests

* tests on suggestions

* add comment

* add FTR tests

* factorize getSearchableTypes

* move to bottom
2020-12-09 11:05:59 +01:00
..
public [GS] add tag and dashboard suggestion results (#85144) 2020-12-09 11:05:59 +01:00
server [GS] add tag and dashboard suggestion results (#85144) 2020-12-09 11:05:59 +01:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json
README.md

Kibana GlobalSearchProviders plugin

The globalSearchProviders plugin provides Kibana default search providers for the GlobalSearch plugin.

Server-side providers

SavedObjects

This provider returns results for all saved object types that are searchable.

Client-side providers

Applications

This provider returns results for the applications that are currently registered on the client-side.