[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterMatchingMode

FilterMatchingMode Enum

Specifies the match methods used in the automatic filter.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum FilterMatchingMode
Public Enum FilterMatchingMode

Fields

Name Description
AmbiguousMatchAll

Specifies to use the new ambiguous search engine when searching all substrings.

AmbiguousMatchStartWith

Specifies to use the new ambiguous search engine when searching for items that start with the value.

ExactMatchAll

Specifies to use a similar mode as MatchAll, except the search is case-sensitive.

ExactMatchStartWith

Specifies to use a similar mode as MatchStartWith, except the search is case-sensitive.

MatchAll

Specifies to search all possible substrings in the candidate list items and to ignore the case.

MatchStartWith

Specifies to use the same method as the current automatic complete matching feature and specifies to find items that start with the value and to ignore the case.