SearchModeEnum Enumeration |
Search mode enumeration.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public enum SearchModeEnum
Members
| Member name | Value | Description |
---|
| ExactPhrase | 0 |
Searches for expressions containing exact phrase.
|
| AnyWord | 1 |
Searches for expressions containing any of specified words.
|
| AllWords | 2 |
Searches for expressions containing all specified words.
|
| AnyWordOrSynonyms | 3 |
Searches for expressions containing any of the specified words or their synonyms.
|
See Also