Bean Software Search Control Documentation   
 
 
     




MaxSearchWordsNumber Property


Description:
Limits the maximum number of search words. If Text property contains more words than this value is, first words will be included in SQL query and surplus will be ignored. Noise words are not counted.

[Visual Basic .NET]

Public Property MaxSearchWordsNumber() As Integer


[C#]

public Int32 MaxSearchWordsNumber() {get; set;}

Data type: System.Int32

Default value: 10

Example: If you set MaxSearchWordsNumber value to 3, and write four words, then last word will be ignored. If some of first three words is a noise word, then last word will be included in SQL query.