You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2058: update `updating.md` r=maryamsulemani97 a=maryamsulemani97
closes#1849 and #1583
- This is a three-step guide with sub-headings for the other steps
- Added a heading on "version-specific instructions" at the beginning of the guide
- Used bold for cloud platforms to help it stand out
- For this version of the guide, old versions will only have curl code samples
<hr>
- Update code samples to use `X-Meili-API-Key: API_KEY` for v0.24 and below
- Update the "Set all fields as displayed attributes" step to
- use `updateId` instead of `taskUid`
- use `processed` instead of `succeeded`
- Use {} for dumpfile in the "create dump" step
- Update note to mention v1
- add content for updating Meilisearch on cloud platforms
- add tabs for local installation and cloud platforms for code samples
- update code samples to use `<your-domain-name>` instead of `local host`
Co-authored-by: Maryam Sulemani <[email protected]>
Co-authored-by: Maryam <[email protected]>
Co-authored-by: maryamsulemani97 <[email protected]>
Co-authored-by: Tommy <[email protected]>
Copy file name to clipboardExpand all lines: learn/advanced/geosearch.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Meilisearch allows you to filter and sort results based on their geographic location. This can be useful when you only want results within a specific area or when sorting results based on their distance from a specific location.
4
4
5
+
::: danger `_geo` field in v0.27, v0.28, and v0.29
6
+
Due to Meilisearch allowing malformed `_geo` fields in the above-mentioned versions, please ensure the `_geo` field follows the correct format.
7
+
:::
8
+
5
9
## Preparing documents for location-based search
6
10
7
11
In order to start filtering and sorting documents based on their geographic location, you must make sure they contain a valid `_geo` field.
0 commit comments