Skip to content

Commit 2ad9bda

Browse files
sumit-gupta-sgtpolyfractal
authored andcommitted
Update 62_Geo_distance_agg.asciidoc (elastic#546)
Query Breaking due to comma in gwo_bounding_box lat value. I added point instead of comma in geo_bounding_box lat value.
1 parent 5a42786 commit 2ad9bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

330_Geo_aggs/62_Geo_distance_agg.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GET /attractions/restaurant/_search
2121
"geo_bounding_box": {
2222
"location": { <2>
2323
"top_left": {
24-
"lat": 40,8,
24+
"lat": 40.8,
2525
"lon": -74.1
2626
},
2727
"bottom_right": {

0 commit comments

Comments
 (0)