Property description

The search property in the settings section of a package configures the global search settings for the entire package.

Minimal JSON

{"isSearchable": true
}

Nested properties

PropertyDescriptionValuesMandatory
isSearchableDetermines whether objects and attributes in this package are included in search results.booleanYes
applicationKeyKey of the application the search settings apply to.stringNo
attributeTypeKeyKey of the attribute the search settings apply to.stringNo
boostAn advanced feature that specifies the boost score used for ordering.doubleNo
descriptionDescription of the property.stringNo
functionKeyKey of the import function, which defines what is imported into the search and in what way. Supported values are: mr_object_import_func, mr_object_file_import_func, mr_space_import_func, model_changes_index_func, codelist_import_func, sample_data_import_funcstringNo
indexKeyKey of the ElasticSearch index to which the application will be imported. The following values are supported: #all_object_search_index: Indexes all objects. Used when adding relations, creating links, or embedding text into another object., #object_search_index: Indexes objects for default object search (by name) and for full-text search (in object content)., #codelist_search_index: Indexes code list keys and values for search.#codelist_search_index_desc_cs: Indexes Czech-language descriptions of code list entries for search., #codelist_search_index_desc_en: Indexes English-language descriptions of code list entries for search., #codelist_search_index_desc_fr: Indexes French-language descriptions of code list entries for search.#file_script_search_index: Indexes the content of uploaded files and scripts to make them searchable.#model_changes_search_index: Indexes changes to models (conceptual, logical, semantic) to support search and change tracking.#sample_data_search_index: Indexes sample datasets linked to objects, attributes, or reports for search.TIP!Make sure to use the hash symbol (#) for the package to look for the key globally and not only in the same package.stringNo
objectTypeKeyKey of the object type the search settings apply to.stringNo
searchAttachmentsDetermines whether attachments are searchable.booleanNo
spacePathSpace path including subspaces. For example, the current space is S2 and its parent space is S1, then spacePath will be S1/S2.stringNo
tagKeySearch import mode. Supported options are: no_import: Objects are not imported., import_no_attributes: Objects are imported without their attributes., import_object: Objects are imported based on the ImportFunction., import_file: Object attachments are imported., import_space: Imports space details to be able find it in search., import_model_changes: DataDictionary ModelChanges are imported.stringNo