kibana/examples/search_explorer
Pierre Gayvallet 468de51153
Add plugin start contract to getStartServices return value (#61216)
* add plugin own contract as third element of getStartServices result

* adapt plugins code

* update tests

* revert unknown to use void again

* update generated doc

* fix UT

* update mock to allow non-object `pluginStartContract`

* add @typeParam documentation
2020-03-26 10:49:05 +01:00
..
public Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
kibana.json [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
package.json [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
README.md Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00
tsconfig.json Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00

Search explorer

This example search explorer app shows how to use different search strategies in order to retrieve data.

One demo uses the built in elasticsearch search strategy, and runs a search against data in elasticsearch. The other demo uses the custom demo search strategy, a custom search strategy registerd inside the demo_search plugin.

To run this example, use the command yarn start --run-examples.