Other Search Configurations

The Search text field is a variable in the WorkWithPlusMasterPage, which has a Popover. The Web Component associated with this popover will be the one displayed when you click on the search bar. The name of the Web Component already created by WorkWithPlus for Web is WWP_SearchWC. You can customize.

As you can visualize, there are some properties that you can modify in Master Page, associated with the Popover. Some of them are:

Change the minimum number of characters to perform the search.

n order to change the minimum number of characters to perform the search you need to make the following modifications:

1- Change the value of the property in the Popover Node:

AdvancedSearchImg06

2. Update the user code of the Start Event of Search Web Component (WWP_SearchWC):

SearchChangeMinimumCharacters

Change the message displayed in the Search field (Invite Message)

In WorkWithPlusMasterPage > Search Node, just change the value of the 'Invite Message'. You can change that value, or edit the value of the Key resource (for example if your KB is multi-language):

AdvancedSearchImg07

Key Resource of Localizations > Language:
AdvancedSearchImg11