aicers / review-web

A web interface to REview
Apache License 2.0
1 stars 2 forks source link

Change the processing of a single distance search in a `rankedOutliers` #337

Closed kimhanbeom closed 1 month ago

kimhanbeom commented 1 month ago

Currently, a single value search for distance in rankedOutliers query is set to return RankedOutlier with the same distance value. We need to change this to return RankedOutlier that are greater than or equal to the distance value.