kibana/examples/search_explorer
Stacey Gammon 7e67d1f86c
Embeddable examples on the platform and included with --run-examples flag (#52111)
* Add a new platform embeddable example plugin

* Remove extra hello world test impl.

* cleanup

* code review updates

* Change example to highlight and have parent filter out children

* Fix deep comparison of embeddable prop

* adjust help text
2019-12-16 15:03:46 -05:00
..
public Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00
kibana.json Add top level examples folder and command to run, --run-examples. (#52027) 2019-12-10 18:02:03 -05:00
package.json Embeddable examples on the platform and included with --run-examples flag (#52111) 2019-12-16 15:03:46 -05: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.