Bean Software Search Control Documentation   
 
 
     




MinSearchWordLength Property


Description:
Limits the minimum length of search words. Words with length that is shorter than this value are ignored.

[Visual Basic .NET]

Public Property MinSearchWordLength() As Integer


[C#]

public Int32 MinSearchWordLength() {get; set;}

Data type: System.Int32

Default value: 3

Example: If you set MinSearchWordLength value to 2, then all words that have only one letter will be ignored.