mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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>
739 B
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>>