NotEqualsString method: SearchFilterGenerator class
Syntax
NotEqualsString(srch_field, string)
Description
Use this method to generate a string filter on the specified search field for strings not equal to the specified value.
Important:
This method cannot be used in conjunction with any of the score boosting methods.
Parameters
| Parameter | Description |
|---|---|
|
srch_field |
Specifies the search field name as a string. |
|
string |
Specifies the search string as a String value. |
Returns
None.
Related Topics