kibana/examples/search_explorer
2020-05-22 11:46:32 +02:00
..
public update styles 2020-05-22 11:46:32 +02:00
kibana.json [Search service] Add async search strategy (#53057) 2020-02-25 16:06:21 -07:00
package.json [Search service] Add async search strategy (#53057) 2020-02-25 16:06:21 -07:00
README.md Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -05:00
tsconfig.json Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -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.