MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / dwithin

Method dwithin

haystack/manager.py:51–52  ·  view source on GitHub ↗
(self, field, point, distance)

Source from the content-addressed store, hash-verified

49 return self.get_search_queryset().within(field, point_1, point_2)
50
51 def dwithin(self, field, point, distance):
52 return self.get_search_queryset().dwithin(field, point, distance)
53
54 def distance(self, field, point):
55 return self.get_search_queryset().distance(field, point)

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected