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

Method all

haystack/query.py:319–321  ·  view source on GitHub ↗

Returns all results for the query.

(self)

Source from the content-addressed store, hash-verified

317
318 # Methods that return a SearchQuerySet.
319 def all(self): # noqa A003
320 """Returns all results for the query."""
321 return self._clone()
322
323 def none(self):
324 """Returns an empty result list for the query."""

Callers 15

test_modelsMethod · 0.95
prepare_toysMethod · 0.45
get_iterable_objectsMethod · 0.45
reset_search_queriesFunction · 0.45
reload_indexesFunction · 0.45
get_resultsMethod · 0.45
index_querysetMethod · 0.45
load_all_querysetMethod · 0.45
setUpMethod · 0.45
test_load_allMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

_cloneMethod · 0.95

Tested by 15

test_modelsMethod · 0.76
setUpMethod · 0.36
test_load_allMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
setUpClassMethod · 0.36
test_runMethod · 0.36
setUpMethod · 0.36
test_iterMethod · 0.36
test_sliceMethod · 0.36
test_manual_iterMethod · 0.36