From ec2482e6aff153cf947fd27bd9fbf4d660a0b625 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 5 May 2022 20:29:55 +0300 Subject: [PATCH] [Library | new-theme]: 1. searchDataproviders.service.ts & searchProjects.service.ts: Updated parsing of description (like in services for landing, use ParsingFunctions.parseDescription()). 2. searchFields.ts: Added in OpenaireEntities enum values for type names in files. 3. open-aire-jsonld-converter.service.ts: a. Updated parsing of description in methods convertProject() and convertDatasource() - use ParsingFunctions.parseDescription(). b. In convertDatasource() method set "otherUrl" (not push it) in sameAs (on next commit, dataprovider landing sents all provenance urls as array). 4. jsonld-document-serializer.service.ts: [Bug fix] Added check in "serializeDescription()" method. --- explore/src/app/openaireLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 07d3c040..0f505c68 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 07d3c0407d5d98b863f76e2a13be0d5a54747d31 +Subproject commit 0f505c682a8f54f45d53230ac9c019ff4a7018b1