LogicalOperator
public enum LogicalOperator : CustomStringConvertible, JSONRepresentable
Logical operator to join search queries together.
-
Append a query with an “or” operator.
Declaration
Swift
case orOperator
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }