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:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
69
class
HighlightedSearchForm(SearchForm):
70
def
search(self):
71
return
super().search().highlight()
72
73
74
class
FacetedSearchForm(SearchForm):
Callers
nothing calls this directly
Calls
2
highlight
Method · 0.45
search
Method · 0.45
Tested by
no test coverage detected