Fixing indentation in geospatial querying example. (#21682)

Specifically the example which shows providing an array of an array of values.
This commit is contained in:
Trey Tacon 2016-11-21 07:08:58 -05:00 committed by Clinton Gormley
parent 546fa92d61
commit 3ef7f0dec6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ GET /_search
"person.location" : {
"points" : [
[-70, 40],
[-80, 30],
[-80, 30],
[-90, 20]
]
}