orTerms property

String? orTerms
getter/setter pair

Provides additional search terms to check for in a document, where each document in the search results must contain at least one of the additional search terms.

You can also use the Boolean OR query term for this type of query.

Implementation

core.String? orTerms;