mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
.. | ||
common | ||
public | ||
server | ||
kibana.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
.