| The Rubicon search component has a SearchLogic property.
The Logic column refers to the SearchLogic being used. The far right column
shows the equivalent search using slExpression SearchLogic.
| Logic |
Example |
Comment |
slExpression Equivalent |
| slAnd |
delphi paradox |
ANDs each word |
delphi and paradox |
| slOr |
delphi paradox |
ORs each word |
delphi or paradox |
| slNot |
access |
NOTs each word |
not access |
| slLike |
computer |
LIKEs each word Wildcards ignored |
like computer |
| slNear |
delphi paradox |
Two word limit Must read text |
delphi near paradox |
slPhrase
|
database engine
|
Must read text |
"database engine"
'database engine' |
|