Bean Software Search Control Documentation   
 
 
     




UseSpecialCharacters Property


Description:
If True, special characters +, - and | will be understand as AND, OR and NOT boolean operators. This property is used only is TypeOfSearch is set to Expression. If UseSpecialCharacters is set to False, characters +, - and | are accepted as letters.

[Visual Basic .NET]

Public Property UseSpecialCharacters() As Boolean


[C#]

public Boolean UseSpecialCharacters() {get; set;}

Data type: Boolean

Default value: True

Example: Let UseSpecialCharacters is set to True. If search string is: "Apple + banana, it is accepted as "Apple AND banana".