Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ SearchQueryField
Class
SearchQueryField
django/contrib/postgres/search.py:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
class
SearchQueryField(CheckPostgresInstalledMixin, Field):
77
def
db_type(self, connection):
78
return
"tsquery"
79
80
81
class
_Float4Field(Field):
Callers
4
SearchModel
Class · 0.90
SearchQuery
Class · 0.85
Lexeme
Class · 0.85
CombinedLexeme
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected