MCPcopy 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
69class HighlightedSearchForm(SearchForm):
70 def search(self):
71 return super().search().highlight()
72
73
74class FacetedSearchForm(SearchForm):

Callers

nothing calls this directly

Calls 2

highlightMethod · 0.45
searchMethod · 0.45

Tested by

no test coverage detected