From d6854562ba492d99daee3dc73090e819254f90c3 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Sun, 5 Sep 2021 22:57:44 -0400 Subject: [PATCH] DRYD-982: Add featured collection and named collection to source fields in materials profile. --- .../materials/materials-tenant-bindings.delta.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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": { -- 2.47.3