Remove Context from result #208
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#208
Loading…
Reference in New Issue
No description provided.
Delete Branch "cleancontext"
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?
first naive implementation of a functionality to clean not wanted contextes from one result. This implementation simply verifies the main title of the results start with a given string. If it is the case, the specified context is removed from those of the result if present
With this implementation we'll remove a given context if the main title (and only the main title) of the product starts (and only starts) with a given string.
I think this is what we wanted, just update the description of the parameters, the code looks ok to me.
@ -0,0 +20,4 @@
{
"paramName": "ci",
"paramLongName": "contextId",
"paramDescription": "url to the ISLookup Service",
Update param description
@ -0,0 +31,4 @@
},{
"paramName": "vf",
"paramLongName": "verifyParam",
"paramDescription": "url to the ISLookup Service",
Update param description
07d58568d2
to79336d46c5
Modified the descriptions of the parameters