buildAndMatch() public method
Connects two or more MATCH expressions with the AND or OR operator
| public string buildAndMatch ( $operator, $operands, &$params ) | ||
|---|---|---|
| $operator | string |
The operator which is used for connecting the given operands |
| $operands | array |
The Match expressions to connect |
| $params | array |
The expression parameters to be populated |
| return | string |
The MATCH expression |
Please login to continue.