Bean Software                                            Bean  Software Search Control

        Documentation
  Intro
  Properties and methods
  Tutorial
  Get it now
Support e-mail

 


KeywordOR Property

Description: Represent OR operator in search string. TypeOfSearch property must be set to enuTypeOfSearch.Expression. Using this property is recommended on multi cultural or non English sites to achieve more visitors friendly environment.


Data type: String
Default value: "OR"
Example: You can set KeywordOR property to “OU”, what is more common to French visitors: 

    SearchControl1.KeywordOR = “OU”;

When visitor input string like: “pomme ou banane”, Search control will return SQL that search records that contain “pomme” or “banane” terms.