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

Method within

haystack/manager.py:48–49  ·  view source on GitHub ↗
(self, field, point_1, point_2)

Source from the content-addressed store, hash-verified

46 return self.get_search_queryset().facet(field)
47
48 def within(self, field, point_1, point_2):
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)

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected