| |
|
|
|
|
MinSearchWordLength Property
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;}
|
System.Int32
3
If you set MinSearchWordLength value to 2, then all words that have only one letter will be ignored.
|
|
|
| |