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
802 B
802 B
Home > kibana-plugin-plugins-data-public > SearchSource > fetch
SearchSource.fetch() method
Warning: This API is now obsolete.
Use fetch$ instead
Fetch this source and reject the returned Promise on error
Signature:
fetch(options?: ISearchOptions): Promise<import("elasticsearch").SearchResponse<any>>;
Parameters
Parameter | Type | Description |
---|---|---|
options | ISearchOptions |
Returns:
Promise<import("elasticsearch").SearchResponse<any>>