Remove Context from result #208

Merged
miriam.baglioni merged 3 commits from cleancontext into beta 2022-04-20 15:45:32 +02:00

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

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
miriam.baglioni added the
enhancement
label 2022-04-04 15:55:47 +02:00
alessia.bardi was assigned by miriam.baglioni 2022-04-04 15:55:47 +02:00
claudio.atzori was assigned by miriam.baglioni 2022-04-04 15:55:47 +02:00
miriam.baglioni added 1 commit 2022-04-04 15:55:48 +02:00
alessia.bardi requested changes 2022-04-13 18:24:33 +02:00
alessia.bardi left a comment
Owner

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.

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

Update param description
miriam.baglioni marked this conversation as resolved
@ -0,0 +31,4 @@
},{
"paramName": "vf",
"paramLongName": "verifyParam",
"paramDescription": "url to the ISLookup Service",

Update param description

Update param description
miriam.baglioni marked this conversation as resolved
miriam.baglioni force-pushed cleancontext from 07d58568d2 to 79336d46c5 2022-04-20 15:27:26 +02:00 Compare
miriam.baglioni added 1 commit 2022-04-20 15:41:10 +02:00
Author
Member

Modified the descriptions of the parameters

Modified the descriptions of the parameters
miriam.baglioni added 1 commit 2022-04-20 15:44:28 +02:00
miriam.baglioni merged commit 61c0266a44 into beta 2022-04-20 15:45:32 +02:00
miriam.baglioni deleted branch cleancontext 2022-04-20 15:45:49 +02:00
Sign in to join this conversation.
No description provided.