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

Method order_by

haystack/manager.py:36–37  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

34 return self.get_search_queryset().filter_or(*args, **kwargs)
35
36 def order_by(self, *args):
37 return self.get_search_queryset().order_by(*args)
38
39 def highlight(self):
40 return self.get_search_queryset().highlight()

Callers

nothing calls this directly

Calls 1

get_search_querysetMethod · 0.95

Tested by

no test coverage detected