Docs: Fixed bad ID in geo bound box
This commit is contained in:
parent
d13078546a
commit
0b5a027d6a
|
@ -59,7 +59,7 @@ standard -180:180 / -90:90 coordinate system. (default is `false`).
|
|||
accept geo points with invalid latitude or longitude (default is `false`).
|
||||
|
||||
|`type` |Set to one of `indexed` or `memory` to defines whether this filter will
|
||||
be executed in memory or indexed. See <<Type,Type>> below for further details
|
||||
be executed in memory or indexed. See <<geo-bbox-type,Type>> below for further details
|
||||
Default is `memory`.
|
||||
|=======================================================================
|
||||
|
||||
|
@ -214,6 +214,7 @@ a single location / point matches the filter, the document will be
|
|||
included in the filter
|
||||
|
||||
[float]
|
||||
[[geo-bbox-type]]
|
||||
==== Type
|
||||
|
||||
The type of the bounding box execution by default is set to `memory`,
|
||||
|
|
Loading…
Reference in New Issue