Enumeration: TextSearchUtilityMode
Determines how the search term is interpreted
Enumeration Members
dtSearch
dtSearch: "dtsearch"
Interpret the search term as a dtSearch expression.
The Review Interface will attempt to parse the expression to replicate the search results dtSearch would return.
Not all dtSearch functionality is supported.
Literal
Literal: "literal"
LiteralStar
LiteralStar: "literal*"
PHSTerms
PHSTerms: "phsterms"
String
String: "string"
The search term will be used as the literal string value to search for.