This version of Unity is unsupported.

SearchExpressionKeyword

enumeration

Description

Enum contaning all keywords used as configuration parameter in builtin evaluator of SearchExpression.

Properties

NoneUnrecognized keyword.
AscAsc (contraction of Ascending). Used in sor{} to define the sorting order.
DescDesc (contraction of Descending). Used in sor{} to define the sorting order.
AnyAny keyword.
AllAll keyword.
KeepIndicates to keep results from first set.
SortIndicates to yield sorted results.