ContainsPhrase method: SearchFilterGenerator class
Syntax
ContainsPhrase(srch_field, phrase)
Description
Use this method to generate a string filter that matches strings containing the exact phrase.
Parameters
| Parameter | Description |
|---|---|
|
srch_field |
Specifies the search field name as a string. |
|
phrase |
Specifies the exact phrase as a string. |
Returns
None.
Related Topics