kibana/examples/demo_search
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
..
common
public
server
kibana.json
package.json Embeddable examples on the platform and included with --run-examples flag (#52111) 2019-12-16 15:03:46 -05: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.