Skip to content

Commit 3019900

Browse files
update invalid_geo_field error description
1 parent 6703f3e commit 3019900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/error_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The provided ranking rules are invalid. This may be due to syntax errors in your
111111

112112
### `invalid_geo_field`
113113

114-
The provided `_geo` field of one or more documents is invalid. Read more about `_geo` and how to troubleshoot it in [our dedicated guide](/learn/advanced/geosearch.md).
114+
The provided `_geo` field of one or more documents is invalid. Meilisearch expects `_geo` to be an object with two fields, `lat` and `lng`, each containing geographic coordinates expressed as a string or number. Read more about `_geo` and how to troubleshoot it in [our dedicated guide](/learn/advanced/geosearch.md).
115115

116116
### `invalid_api_key`
117117

0 commit comments

Comments
 (0)