| |
|
|
|
|
KeywordNOT Property
It is a string that represents NOT 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 KeywordNOT() As String
|
[C#]
public String KeywordNOT() {get; set;}
|
String
"NOT"
You can change value of KeywordNOT property to "Nicht", what is more common to German language. After that, search expression "apfel nicht banane ", control will understand that as "apfel NOT banane " and return records that contains term apfel and not contains term banane.
|
|
|
| |