Skip to content

Commit

Permalink
Update geosearch.mdx (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamKarlMitchell authored Oct 3, 2023
1 parent 92b16c7 commit dc11ada
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.
`_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 dc11ada

Please sign in to comment.