Skip to content

Commit

Permalink
Merge pull request #1407 from jensenbox/patch-1
Browse files Browse the repository at this point in the history
Fix documentation URL for within_geo_range
  • Loading branch information
dirkkul authored Nov 12, 2024
2 parents 6af9d69 + 17f031f commit 5dd9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaviate/collections/classes/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def like(self, val: str) -> _Filters:
def within_geo_range(self, coordinate: GeoCoordinate, distance: float) -> _Filters:
"""Filter on whether the property is within a given range of a geo-coordinate.
See [the docs](https://weaviate.io/developers/weaviate/search/filters##by-geo-coordinates) for more details.
See [the docs](https://weaviate.io/developers/weaviate/search/filters#by-geo-coordinates) for more details.
"""
return _FilterValue(
target=self._target_path(),
Expand Down

0 comments on commit 5dd9140

Please sign in to comment.