kibana/examples/demo_search
Lukas Olson ade4c8dded
[Search service] Refactor the way server-side search strategies are registered (#68452)
* [search] Refactor the way search strategies are registered/retrieved on the server

* Fix types and tests and update docs

* Fix failing test

* Fix build of example plugin

* Fix functional test

* Make server strategies sync

Co-authored-by: Liza K <liza.katz@elastic.co>
2020-06-16 23:20:52 +03:00
..
common [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
public [Search] Refactor service to register search strategies, not providers (#60342) 2020-06-08 21:22:09 +03:00
server [Search service] Refactor the way server-side search strategies are registered (#68452) 2020-06-16 23:20:52 +03: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.