Enumeration: TextSearchMode
Specifies how the search term is interpreted
Enumeration Members
dtsearch
dtsearch: "dtsearch"
searchTerm is a dtSearch expression. Aqua will attempt to parse the expression
to replicate the search results dtSearch would return. Not all dtSearch
functionality is supported.
literal
literal: "literal"
Performs a literal text search, except that any sequence of whitespace in the
search term will match any sequence of whitespace in the document text
literalstar
literalstar: "literal*"
Like literal search mode, but supports the asterisk wildcard
strict
strict: "strict"
Performs a strict, literal text search. The search term text must match the
document text exactly in order for a search hit to be produced. This is the
only search mode that supports search terms longer than 2048 characters.