Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/django-haystack/django-haystack
/ search
Method
search
haystack/forms.py:116–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
return
search_models
115
116
def
search(self):
117
sqs = super().search()
118
return
sqs.models(*self.get_models())
119
120
121
class
HighlightedModelSearchForm(ModelSearchForm):
Callers
1
test_models_regression_1
Method · 0.95
Calls
3
get_models
Method · 0.95
models
Method · 0.80
search
Method · 0.45
Tested by
1
test_models_regression_1
Method · 0.76