| SearchModeEnum Enumeration | 
            Search mode enumeration.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntaxpublic 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