class documentation

Undocumented

Method __init__ Undocumented
Method __invert__ Undocumented
Method __str__ Undocumented
Method as_sql Undocumented
Constant SEARCH_TYPES Undocumented
Class Variable output_field Undocumented
Instance Variable config Undocumented
Instance Variable function Undocumented
Instance Variable invert Undocumented

Inherited from SearchQueryCombinable:

Method __and__ Undocumented
Method __or__ Undocumented
Method __rand__ Undocumented
Method __ror__ Undocumented
Constant BITAND Undocumented
Constant BITOR Undocumented
Method _combine Undocumented
def __init__(self, value, output_field=None, *, config=None, invert=False, search_type='plain'): (source)

Undocumented

def __invert__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

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

Undocumented

SEARCH_TYPES: dict[str, str] = (source)

Undocumented

Value
{'plain': 'plainto_tsquery',
 'phrase': 'phraseto_tsquery',
 'raw': 'to_tsquery',
 'websearch': 'websearch_to_tsquery'}
output_field = (source)

Undocumented

Undocumented

function = (source)

Undocumented

Undocumented