mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
* [data.search.searchSource] Add fetch$ observable for partial results * Fix mocks & add tests * Update docs * Update docs * Review feedback
801 B
801 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): import("rxjs").Observable<import("elasticsearch").SearchResponse<any>>;
Parameters
Parameter | Type | Description |
---|---|---|
options | ISearchOptions |
Returns:
import("rxjs").Observable<import("elasticsearch").SearchResponse<any>>