I have a question regarding filtering in MongoDB.I am looking at the class Filters
I am adding face size parameters as (key,value) to the DB. Later I want to find matches between new face and already faces that are in the DB.I want to search on the value and get the best match face. so example if my (key,value) is (face,100) and there is no exact match. give me back the closest results it could be (face,88) or (face,110). Many Thanks