kibana/examples/search_explorer
Lukas Olson ade4c8dded
[Search service] Refactor the way server-side search strategies are registered (#68452)
* [search] Refactor the way search strategies are registered/retrieved on the server

* Fix types and tests and update docs

* Fix failing test

* Fix build of example plugin

* Fix functional test

* Make server strategies sync

Co-authored-by: Liza K <liza.katz@elastic.co>
2020-06-16 23:20:52 +03:00
..
public [Search service] Refactor the way server-side search strategies are registered (#68452) 2020-06-16 23:20:52 +03:00
kibana.json Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04: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.