Enum StringSearchType
Enumeration that exposes what search types that are supported.
Syntax
StringSearchType
Fields
Name | Description |
---|---|
Exact | The Exact element searches for an exact string in your searchable content. |
BeginsWith | The BeginsWith element searches for a string at the start of your searchable content. |
EndsWith | The EndsWith element searches for a string at the end of your searchable content. |
Contains | The Exact element searches for a string in searchable content. |