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:
parent
546fa92d61
commit
3ef7f0dec6
|
@ -69,7 +69,7 @@ GET /_search
|
|||
"person.location" : {
|
||||
"points" : [
|
||||
[-70, 40],
|
||||
[-80, 30],
|
||||
[-80, 30],
|
||||
[-90, 20]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue