UltimateSearch Class Library

SearchType Enumeration

Contains the available search types.

[Visual Basic]
Public Enum SearchType
[C#]
public enum SearchType

Members

Member Name Description
AllWords Find all words in the search terms.
AnyWord Find any word in the search terms.
ExactPhrase Find the exact phrase in the search terms.
PartialMatch Find any word that matches the initial portion of the words in the search terms.

Requirements

Namespace: Karamasoft.WebControls.UltimateSearch

Assembly: UltimateSearch (in UltimateSearch.dll)

See Also

Karamasoft.WebControls.UltimateSearch Namespace