forked from D-Net/dnet-hadoop
[BulkTagging] changed the query to the IS to get also the information for the advancedConstraint from the profile
This commit is contained in:
parent
4a3e119b73
commit
3e6b0f58bb
|
@ -61,6 +61,9 @@ public class QueryInformationSystem {
|
|||
+ " </selcriteria> "
|
||||
+ " </zenodocommunity>} "
|
||||
+ " </zenodocommunities> "
|
||||
+ "<advancedConstraint>"
|
||||
+"{$x//CONFIGURATION/context/param[./@name='advancedConstaint']/text()} "
|
||||
+ "</advancedConstraint>"
|
||||
+ " </community>";
|
||||
|
||||
public static CommunityConfiguration getCommunityConfiguration(final String isLookupUrl)
|
||||
|
|
Loading…
Reference in New Issue