kibana/examples/demo_search
2020-05-22 09:08:58 +02:00
..
common [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
public [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
server apply prettier styles 2020-05-22 09:08:58 +02:00
kibana.json more propagated bad examples (#66920) 2020-05-19 10:12:15 -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

Demo search strategy

This example registers a custom search strategy that simply takes a name string in the request and returns the string Hello {name}

To see the demo search strategy in action, navigate to the Search explorer app.

To run these examples, use the command yarn start --run-examples.