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

Method highlight

haystack/manager.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 return self.get_search_queryset().order_by(*args)
38
39 def highlight(self):
40 return self.get_search_queryset().highlight()
41
42 def boost(self, term, boost):
43 return self.get_search_queryset().boost(term, boost)

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected