Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the text used as the search criteria for the knowledge base search control.
Control types supported
knowledge base search control
Syntax
var kbSearchControl = formContext.getControl("<name>");
kbSearchControl.setSearchQuery(searchString);
Parameters
Name | Type | Required | Description |
---|---|---|---|
searchString |
String | Yes | The text for the search query. |