class SearchQuery(SearchQueryCombinable, Func):
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 |