kibana/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsource.fetch_.md
Liza Katz 1a3e033c90
[Partial Results] Move other bucket into Search Source (#96384)
* Move inspector adapter integration into search source

* docs and ts

* Move other bucket to search source

* test ts + delete unused tabilfy function

* hierarchical param in aggconfig.
ts improvements
more inspector tests

* fix jest

* separate inspect
more tests

* jest

* inspector

* Error handling and more tests

* put the fun in functional tests

* code review

* Add functional test for other bucket in search example app

* test

* test

* ts

* test

* test

* ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-18 12:50:02 +03:00

739 B

Home > kibana-plugin-plugins-data-public > SearchSource > fetch$

SearchSource.fetch$() method

Fetch this source from Elasticsearch, returning an observable over the response(s)

Signature:

fetch$(options?: ISearchOptions): Observable<estypes.SearchResponse<any>>;

Parameters

Parameter Type Description
options ISearchOptions

Returns:

Observable<estypes.SearchResponse<any>>