From: Ray Lee Date: Mon, 6 Sep 2021 02:57:44 +0000 (-0400) Subject: DRYD-982: Add featured collection and named collection to source fields in materials... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d6854562ba492d99daee3dc73090e819254f90c3;p=tmp%2Fjakarta-migration.git DRYD-982: Add featured collection and named collection to source fields in materials profile. --- diff --git a/services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml b/services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml index 4276b0677..67acbf24d 100644 --- a/services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml +++ b/services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml @@ -30,6 +30,7 @@ "ecm:name", "ecm:primaryType", "materials_common:shortIdentifier", + "materials_common:featuredCollectionGroupList", "materials_common:publishToList", "materials_common:externalUrlGroupList", "materials_common:materialTermGroupList", @@ -78,6 +79,7 @@ "collectionobjects_common:otherNumberList", "collectionobjects_common:ownersContributionNote", "collectionobjects_common:collection", + "collectionobjects_common:namedCollections", "collectionobjects_common:computedCurrentLocation", "collectionobjects_materials:materialContainerGroupList", "collectionobjects_materials:materialConditionGroupList", @@ -175,6 +177,15 @@ } } }, + "materials_common:featuredCollectionGroupList": { + "type": "object", + "properties": { + "featuredCollection": { + "type": "keyword", + "copy_to": "all_field" + } + } + }, "materials_common:publishToList": { "type": "keyword", "fields": {