Bean Software Search Control Documentation   
 
 
     




KeywordOR Property


Description:
It is a string that represents OR boolean operator in search expression. It is useful for using on web sites on different languages than english, to make more visitors-friendly searching.

[Visual Basic .NET]

Public Property KeywordOR() As String


[C#]

public String KeywordOR() {get; set;}

Data type: String

Default value: "OR"

Example: You can change value of KeywordOR property to "Ou", what is more common to French language. After that, search expression "pomme ou banane ", control will understand that as "pomme OR banane " and return records that contains term pomme or term banane.