From 7d9227e65ec85b3c1c248edeb6b01befb4ba3c32 Mon Sep 17 00:00:00 2001 From: kate Date: Mon, 25 May 2020 10:20:24 +0200 Subject: [PATCH] search config schema --- .../xml/ns/public/common/common-core-3.xsd | 88 ++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd index f4ef4d379c4..0c854ae5b40 100755 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd @@ -23991,11 +23991,97 @@ - + + + + The list of searchable properties which should be displayed on the search panel. + + + SearchBoxConfigurationType.searchItems + 4.2 + + + + + + + The flag to display/hide configuration button on the search panel. + + + SearchBoxConfigurationType.allowToConfigureSearchItems + + + + + + + The list of the search properties to be configured for the search panel. + + + + 4.2 + + + + + + + SearchItemsType.searchItem + + + + + + + + + + Search item + + + + 4.2 + + + + + + + Path of the searchable item (property) in the object over which the search is executed. + + + SearchItemType.path + + + + + + + Free-form description. It is not displayed to the user. It is supposed to be used by system + administrators to explain the purpose of the configuration. + + + SearchItemType.description + + + + + + + User friendly display name of the search item (property) + + + SearchItemType.display + + + + + +