ContainsPartialWord method: SearchFilterGenerator class
Syntax
ContainsPartialWord(srch_field, fragment)
Description
Use this method to generate a string filter that matches strings containing a word that begins with the specified partial word.
Parameters
| Parameter | Description |
|---|---|
|
srch_field |
Specifies the search field name as a string. |
|
fragment |
Specifies the word fragment as a string. |
Returns
None.
Related Topics