MCPcopy 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
121class HighlightedModelSearchForm(ModelSearchForm):
122 def search(self):
123 return super().search().highlight()
124
125
126class FacetedModelSearchForm(ModelSearchForm):

Callers

nothing calls this directly

Calls 2

highlightMethod · 0.45
searchMethod · 0.45

Tested by

no test coverage detected