Skip to content

Opensearch dashboards.savedobjectsfindoptions.rootsearchfields

Home > opensearch-dashboards > SavedObjectsFindOptions > rootSearchFields

SavedObjectsFindOptions.rootSearchFields property

The fields to perform the parsed query against. Unlike the searchFields argument, these are expected to be root fields and will not be modified. If used in conjunction with searchFields, both are concatenated together.

Signature:

rootSearchFields?: string[];