Home > kibana-plugin-core-server > SavedObjectsFindOptions
Signature:
export interface SavedObjectsFindOptions extends SavedObjectsBaseOptions
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[] |