{
"from": 0,
"size": 10,
"query": {
"bool": {
"filter": {
"geo_distance": {
"distance": "1km",
"location": "40.5586,49.6971"
}
},
"should": {
"geo_bounding_box": {
"location": {
"top_left": "49.1248,36.9448",
"bottom_right": "29.8779,58.3725"
}
}
}
}
}
}