Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.07 KB

kibana-plugin-core-server.savedobjectsfindoptions.md

File metadata and controls

29 lines (21 loc) · 2.07 KB

Home > kibana-plugin-core-server > SavedObjectsFindOptions

SavedObjectsFindOptions interface

Signature:

export interface SavedObjectsFindOptions extends SavedObjectsBaseOptions 

Properties

Property Type Description
defaultSearchOperator 'AND' | 'OR'
fields string[] An array of fields to include in the results
filter string
hasReference {
type: string;
id: string;
}
page number
perPage number
search string Search documents using the Elasticsearch Simple Query String syntax. See Elasticsearch Simple Query String query argument for more information
searchFields string[] The fields to perform the parsed query against. See Elasticsearch Simple Query String fields argument for more information
sortField string
sortOrder string
type string | string[]