Docs: Update geo-distance-range-filter.asciidoc

missing comma

Closes #10957
This commit is contained in:
Clément Salaün 2015-05-04 16:29:37 +02:00 committed by Clinton Gormley
parent 29e5f76920
commit c0659ce4d4
1 changed files with 1 additions and 1 deletions

View File

@ -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