class documentation

class SearchVectorCombinable:

Known subclasses: django.contrib.postgres.search.SearchVector, django.contrib.postgres.search.CombinedSearchVector

View In Hierarchy

Undocumented

Constant ADD Undocumented
Method ​_combine Undocumented
ADD: str =

Undocumented

Value
'||'
def _combine(self, other, connector, reversed):

Undocumented