Http request
POST /photo/search/v2/range HTTP/1.1
Content-Type: application/json;charset=UTF-8
collection-id: mycoll_id
Authorization: Token 1af538baa90-----XXX-----baf83ff24
Host: api.ximilar.com
Content-Length: 249
{
"cand_set_size" : 1000,
"fields_to_return" : [ "_id" ],
"filter" : {
"$gte" : {
"price" : 200
}
},
"product_field" : "product_id",
"query_record" : {
"_url" : "http://mydomain.com/my-image.png"
},
"radius" : 100
}