






Contains the available search types.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public enum SearchType |
| Visual Basic |
|---|
Public Enumeration SearchType |
| Visual C++ |
|---|
public enum class SearchType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| AllWords | 0 | Find all words in the search terms. | |
| AnyWord | 1 | Find any word in the search terms. | |
| ExactPhrase | 2 | Find the exact phrase in the search terms. | |
| PartialMatch | 3 | Find any word that matches the initial portion of the words in the search terms. |
