MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / facet

Method facet

haystack/manager.py:45–46  ·  view source on GitHub ↗
(self, field)

Source from the content-addressed store, hash-verified

43 return self.get_search_queryset().boost(term, boost)
44
45 def facet(self, field):
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)

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected