Bug 1039370

Summary: RFE: When finding topics that match the content of another, the percentage that they are similar should be returned too
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: REST-APIAssignee: pressgang-ccms-dev
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.3CC: cbredesen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Matthew Casperson 2013-12-08 20:24:45 UTC
A REST query like http://localhost:8080/pressgang-ccms/rest/1/topics/get/json/query;minHash=1234%3A0.6?expand=%7B%22branches%22%3A%5B%7B%22trunk%22%3A%22topics%22%7D%5D%7D should return topics with an expanded field like "percentSimilar". This would reflect how similar the content of the returned topics is to the source topic (1234 in this example).

Comment 1 Lee Newson 2014-02-14 21:53:46 UTC
This should probably have it's own REST endpoint, as that is outside of the normal topic model.