UltimateSearch Class Library

UltimateSearchOutput.MaxPartialMatchCount Property

Gets or sets the maximum number of words that start with each search term for partial match search type.

[Visual Basic]
Public Property MaxPartialMatchCount As Integer
[C#]
public int MaxPartialMatchCount {get; set;}

Property Value

Maximum number of words that start with each search term for partial match search type. The default value is 20.

Remarks

Use this property to set the maximum number of words that start with each search term for partial match search type.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace