mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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 |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
kibana.json | ||
package.json | ||
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
.