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:122–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
121
class
HighlightedModelSearchForm(ModelSearchForm):
122
def
search(self):
123
return
super().search().highlight()
124
125
126
class
FacetedModelSearchForm(ModelSearchForm):
Callers
nothing calls this directly
Calls
2
highlight
Method · 0.45
search
Method · 0.45
Tested by
no test coverage detected