SearchType Enumeration

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
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 nameValueDescription
AllWords0 Find all words in the search terms.
AnyWord1 Find any word in the search terms.
ExactPhrase2 Find the exact phrase in the search terms.
PartialMatch3 Find any word that matches the initial portion of the words in the search terms.

See Also