Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ reset_queries
Method
reset_queries
haystack/backends/__init__.py:1102–1103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1100
return
self.query(using=self.using)
1101
1102
def
reset_queries(self):
1103
del self.queries[:]
1104
1105
def
get_unified_index(self):
1106
if
self._index is None:
Callers
1
reset_search_queries
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected