either method

either(self, other)

Combines two search specifications using the logical OR operator.

Returns

A composite specification.


def either(self, other):
    ...
Parameter Type Description
other groupdocs.metadata.search.Specification A specification to combine with.

See Also