MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / build_query

Method build_query

test_haystack/mocks.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161
162class MockSearchQuery(BaseSearchQuery):
163 def build_query(self):
164 return ""
165
166 def clean(self, query_fragment):
167 return query_fragment

Calls

no outgoing calls