Skip to content

Commit

Permalink
Fix relative link on geosearch.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Oct 3, 2023
1 parent dc11ada commit 5571093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/fine_tuning_results/geosearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -370,5 +370,5 @@ When using `_geoPoint`, all returned documents will contain one extra field: `_g
<Capsule intent="warning">
Using `_geoRadius` filter will not cause results to include `_geoDistance`.

`_geoDistance` will only be computed in a returned document if the query uses `_geoPoint` and the `sort` search parameter. Additionally, returned documents will only include `_geoDistance` if `_geo` is present in the [`displayedAttributes` list](learn/configuration/displayed_searchable_attributes).
`_geoDistance` will only be computed in a returned document if the query uses `_geoPoint` and the `sort` search parameter. Additionally, returned documents will only include `_geoDistance` if `_geo` is present in the [`displayedAttributes` list](/learn/configuration/displayed_searchable_attributes).
</Capsule>

0 comments on commit 5571093

Please sign in to comment.