From 3e6b0f58bb511c36a02fc297d92946499f727564 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 23 Sep 2022 16:47:19 +0200 Subject: [PATCH] [BulkTagging] changed the query to the IS to get also the information for the advancedConstraint from the profile --- .../dnetlib/dhp/bulktag/community/QueryInformationSystem.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dhp-workflows/dhp-enrichment/src/main/java/eu/dnetlib/dhp/bulktag/community/QueryInformationSystem.java b/dhp-workflows/dhp-enrichment/src/main/java/eu/dnetlib/dhp/bulktag/community/QueryInformationSystem.java index 89cf5beff..cde8d7d11 100644 --- a/dhp-workflows/dhp-enrichment/src/main/java/eu/dnetlib/dhp/bulktag/community/QueryInformationSystem.java +++ b/dhp-workflows/dhp-enrichment/src/main/java/eu/dnetlib/dhp/bulktag/community/QueryInformationSystem.java @@ -61,6 +61,9 @@ public class QueryInformationSystem { + " " + " } " + " " + + "" + +"{$x//CONFIGURATION/context/param[./@name='advancedConstaint']/text()} " + + "" + " "; public static CommunityConfiguration getCommunityConfiguration(final String isLookupUrl)