kibana/examples
Liza Katz e8b6cce5be
[Search] return full IKibanaSearchResponse from fetch$ (#98268) (#98708)
* return full object from fetch$

* jest

* fun-ctional tests

* jest

* functional

* test

* test

* tesssst

* Update src/plugins/data/common/search/search_source/fetch/request_error.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* Update src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* ts

* ts

* ts

* Revert "Update src/plugins/data/common/search/search_source/fetch/request_error.ts"

This reverts commit ab182e84ed.

Co-authored-by: Michael Dokolin <dokmic@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	src/plugins/data/common/search/utils.ts
2021-04-29 06:00:21 -04:00
..
bfetch_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
dashboard_embeddable_examples [Dashboard] Move all dashboard extract/inject into persistable state (#96095) (#96827) 2021-04-12 14:33:30 -04:00
developer_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddable_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddable_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
expressions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
routing_example [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
search_examples [Search] return full IKibanaSearchResponse from fetch$ (#98268) (#98708) 2021-04-29 06:00:21 -04:00
state_containers_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_action_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_actions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
url_generators_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
url_generators_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -04:00

[[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
----