class documentation

class SearchQuery(SearchQueryCombinable, Func):

View In Hierarchy

Undocumented

Constant SEARCH​_TYPES Undocumented
Method __init__ Undocumented
Method __invert__ Undocumented
Method __str__ Undocumented
Method as​_sql Undocumented
Class Variable output​_field Undocumented
Instance Variable config Undocumented
Instance Variable function Undocumented
Instance Variable invert Undocumented

Inherited from SearchQueryCombinable:

Constant BITAND Undocumented
Constant BITOR Undocumented
Method __and__ Undocumented
Method __or__ Undocumented
Method __rand__ Undocumented
Method __ror__ Undocumented
Method ​_combine Undocumented
SEARCH_TYPES: dict[str, str] =

Undocumented

Value
{'plain': 'plainto_tsquery',
 'phrase': 'phraseto_tsquery',
 'raw': 'to_tsquery',
 'websearch': 'websearch_to_tsquery'}
def __init__(self, value, output_field=None, *, config=None, invert=False, search_type='plain'):

Undocumented

def __invert__(self):

Undocumented

def __str__(self):

Undocumented

def as_sql(self, compiler, connection, function=None, template=None):

Undocumented

output_field =

Undocumented

config =

Undocumented

function =

Undocumented

invert =

Undocumented