Skip to content

Commit f0d97a8

Browse files
authored
DEV: add precision info to GEO search ref. page (#2157)
1 parent 2d8bc47 commit f0d97a8

File tree

2 files changed

+3
-1
lines changed
  • content
    • develop/ai/search-and-query/advanced-concepts
    • operate/kubernetes/re-databases

2 files changed

+3
-1
lines changed

content/develop/ai/search-and-query/advanced-concepts/geo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ For example, the query below finds products within a 100 mile radius of Colorado
111111
FT.SEARCH productidx '@location:[-104.800644 38.846127 100 mi]'
112112
```
113113

114+
Note that `GEO` fields are stored in C `double` type variables and they are limited to approximately 15 to 17 digits of precision.
115+
114116
See [Geospatial queries]({{< relref "/develop/ai/search-and-query/query/geo-spatial" >}})
115117
for more information about the available query options and see
116118
[Geospatial indexing]({{< relref "/develop/ai/search-and-query/indexing/geoindex" >}})

content/operate/kubernetes/re-databases/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Redis Enterprise includes several built-in modules:
2626

2727
| Module | Name | Description |
2828
|--------|------|-------------|
29-
| **[RediSearch]({{< relref "/develop/interact/search-and-query" >}})** | `search` | Full-text search and secondary indexing |
29+
| **[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})** | `search` | Full-text search and secondary indexing |
3030
| **[RedisJSON]({{< relref "/develop/data-types/json" >}})** | `ReJSON` | JSON data type support |
3131
| **[RedisTimeSeries]({{< relref "/develop/data-types/timeseries" >}})** | `timeseries` | Time series data structures |
3232
| **[RedisBloom]({{< relref "/develop/data-types/probabilistic" >}})** | `bf` | Probabilistic data structures (Bloom filters, etc.) |

0 commit comments

Comments
 (0)