KeywordAND
Property
Description:
It is word that represent AND operator in search string. TypeOfSearch property
must be set to enuTypeOfSearch.Expression. This property is
useful for using on multi cultural sites to make more visitors friendly
searching.
Data type:
String
Default value: "AND"
Example:
You can adopt default value to “Y”, what is more common to Spanish
visitors: SearchControl1.KeywordAnd = “Y”; After that, if visitor enter for
example: “manzana y plátano”, control return SQL that search records that
contain “manzana” and “plátano” terms.
SearchControl1.KeywordAND = "y";
|