Feature #2879
Create getPurpleLinksInfoExt API
100%
Description
Create getPurpleLinksInfoExt api which takes the same input as getPurpleLinksInfo but makes the following changes in output:
1. changes in purpleLinkPhrases
-a. should contain only those with score > 0.8.
-b. should not contain duplicates.
2. changes in br2ir2:
-a. replace lurl with o-url
-b. remove score and similarityScore
Finally, please provide result as a list[s, list[sh,u]] if it exists or a null list [] if we do not have data for the input URL. s=purple link name; sh:section hierarchy; u=url.
Example output: s1,[sh11,u11],[sh12,u12, [s2,[sh21,u21]], [s3,[sh31,u31],[sh32,u32],[sh33,u33]]].
Updated by Venmuhilan B almost 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Updated by Venmuhilan B almost 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
Updated by Venmuhilan B almost 2 years ago
Fix for Feature #2879 - look for URL if there is no match for URL&t=0s AND look for URL&t=0s if there is no match for URL
1. if the url is not present in the datastore, check the url with &t=0s at the end(i.e url&t=0s)
ex: if https://www.youtube.com/watch?v=HtSuA80QTyo is not present, check https://www.youtube.com/watch?v=HtSuA80QTyo&t=0s
2. if the url&t=0s is not present in the datastore, check the url&t=0s without &t=0s at the end(i.e url)
ex: If https://www.youtube.com/watch?v=HtSuA80QTyo&t=0s is not present, check https://www.youtube.com/watch?v=HtSuA80QTyo
MR link - https://gitlab.com/kordale/rapidken-j/-/merge_requests/1661
Updated by Venmuhilan B almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Assignee changed from Ayush Khandelwal to Ram Kordale