either method

either

Combines this SearchCriteria with other criteria using logical OR operator.

Returns

Combined search criteria.

def either(self, other):
    ...
Parameter Type Description
other SearchCriteria Search criteria to combine with.

See Also