kibana/examples/demo_search
Spencer 7e328417ab
[kbn/optimizer] share all plugin bundles (#68986)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 22:15:31 -07:00
..
common
public [Search] Refactor service to register search strategies, not providers (#60342) 2020-06-08 21:22:09 +03:00
server apply prettier styles 2020-05-22 09:08:58 +02:00
kibana.json [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
README.md
tsconfig.json

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.