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

Method load_all

haystack/query.py:475–479  ·  view source on GitHub ↗

Efficiently populates the objects in the search results.

(self)

Source from the content-addressed store, hash-verified

473 return self.filter(content=Raw(query_string, **kwargs))
474
475 def load_all(self):
476 """Efficiently populates the objects in the search results."""
477 clone = self._clone()
478 clone._load_all = True
479 return clone
480
481 def auto_query(self, query_string, fieldname="content"):
482 """

Callers 15

test_load_allMethod · 0.95
searchMethod · 0.45
get_resultsMethod · 0.45
test_load_allMethod · 0.45
test_load_allMethod · 0.45
test_related_load_allMethod · 0.45
test_load_allMethod · 0.45
test_related_load_allMethod · 0.45
test_load_allMethod · 0.45

Calls 1

_cloneMethod · 0.95

Tested by 15

test_load_allMethod · 0.76
test_load_allMethod · 0.36
test_load_allMethod · 0.36
test_related_load_allMethod · 0.36
test_load_allMethod · 0.36
test_related_load_allMethod · 0.36
test_load_allMethod · 0.36
test_related_load_allMethod · 0.36