Browse Source

Docs: Fixed bad ID in geo bound box

Clinton Gormley 10 years ago
parent
commit
0b5a027d6a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/query-dsl/geo-bounding-box-query.asciidoc

+ 2 - 1
docs/reference/query-dsl/geo-bounding-box-query.asciidoc

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