Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
162
class
MockSearchQuery(BaseSearchQuery):
163
def
build_query(self):
164
return
""
165
166
def
clean(self, query_fragment):
167
return
query_fragment
Callers
15
test_altered_names
Method · 0.45
test_build_query_all
Method · 0.45
test_build_query_single_word
Method · 0.45
test_build_query_boolean
Method · 0.45
test_regression_slash_search
Method · 0.45
test_build_query_datetime
Method · 0.45
test_build_query_multiple_words_and
Method · 0.45
test_build_query_multiple_words_not
Method · 0.45
test_build_query_multiple_words_or
Method · 0.45
test_build_query_multiple_words_mixed
Method · 0.45
test_build_query_phrase
Method · 0.45
test_build_query_boost
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_altered_names
Method · 0.36
test_build_query_all
Method · 0.36
test_build_query_single_word
Method · 0.36
test_build_query_boolean
Method · 0.36
test_regression_slash_search
Method · 0.36
test_build_query_datetime
Method · 0.36
test_build_query_multiple_words_and
Method · 0.36
test_build_query_multiple_words_not
Method · 0.36
test_build_query_multiple_words_or
Method · 0.36
test_build_query_multiple_words_mixed
Method · 0.36
test_build_query_phrase
Method · 0.36
test_build_query_boost
Method · 0.36