kibana/examples
Lukas Olson 25415a3940
[data.search] Add search session methods to search service contract (#87966) (#90187)
* [data.search] Add search session methods to search service contract

* Fix types

* Fix tests and switch to cancel

* Update docs

* Fix types/tests

* Fix tests

* Update status of SO before cancelling search requests

* Add API integration test

* Fix types

* Update expiration route to use config defaultExpiration

* Fix test

* Update docs

* New logic for extend

* Remove declare module

* Review feedback

* fix ts

* Remove test that is no longer valid

* Fix undefined bug

* Use DataRequestHandlerContext in maps

* ts

Co-authored-by: Liza K <liza.katz@elastic.co>

Co-authored-by: Liza K <liza.katz@elastic.co>
2021-02-03 12:53:55 -07:00
..
bfetch_explorer [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
dashboard_embeddable_examples [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
developer_examples [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
embeddable_examples [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
embeddable_explorer [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
expressions_explorer Examples/expressions2 (#90140) (#90185) 2021-02-03 18:06:43 +01:00
routing_example [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
search_examples [data.search] Add search session methods to search service contract (#87966) (#90187) 2021-02-03 12:53:55 -07:00
state_containers_examples [Docs] Clean up state management examples (#88980) (#89005) 2021-01-22 10:22:13 +01:00
ui_action_examples [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
ui_actions_explorer [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
url_generators_examples [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
url_generators_explorer [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
README.asciidoc

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----