missing comma Closes #10957
@@ -13,7 +13,7 @@ Filters documents that exists within a range from a specific point:
"filter" : {
"geo_distance_range" : {
"from" : "200km",
- "to" : "400km"
+ "to" : "400km",
"pin.location" : {
"lat" : 40,
"lon" : -70