From 65ca3e59544f6adaadec6381758b9638a2090f12 Mon Sep 17 00:00:00 2001 From: Mathieu Lessard Date: Fri, 3 May 2024 12:10:43 -0700 Subject: [PATCH] Added mapping for uuid --- scripts/metadata.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/metadata.js b/scripts/metadata.js index f9368c5a..ccc53b8b 100644 --- a/scripts/metadata.js +++ b/scripts/metadata.js @@ -12,6 +12,7 @@ import { fetchCached } from './fetch-util.js'; import { getBaseConfigPath, getMetadataConfigs } from './site-config.js'; const SEARCH_FIELD_TO_POLARIS_API_MAP = { + uuid: 'assetId', 'dc-format': 'repositoryMetadata.dc:format', 'repo-name': 'repositoryMetadata.repo:name', 'repo-createDate': 'repositoryMetadata.repo:createDate',