BulkTagging extension #250
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#250
Loading…
Reference in New Issue
No description provided.
Delete Branch "horizontalConstraints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is to add the possibility of applying constraints horizzontally on all the results.
A new element (advancedConstraint) is supposed to exist in the context of the community where it is possible to express constraints to be verified in the same syntax used to express constraints on the datasources.
The set of result fields that can be used to express the costraint should be extended with the subject field.
The
pathMap
parameter should be modified asIt also considers FOS and SGD stored in specific param withing the context, respectively
<param name="fos">fos1,fos2</param>
and
<param name="sdg">dg1,sdg2</param>
They will be added to the subject set for the tagging, but considered separetely when dealing with the api.
I decided to put all together in the same PR since there was no reason to create a PR just to accomodate commit
ca216a92ad
BulkTagging extentionto BulkTagging extension