Search control

Use the Search control to enable users to perform an enhanced search for specific business data.

Table 1. Search business object binding
Binding Description
String The Lucene search string that the control produces
Table 2. Search configuration properties
Instance configuration label Description Definition configuration option Default value
Localization Service The service that is used to retrieve the localized strings that are used with this Coach View localizationService (Dashboards Localized Messages Loader) Dashboards Localized Messages Loader
Auto-completion Service The service that is used to autocomplete data labels. Partial text matches are displayed in a drop-down menu. autocompletionService (Default Data Label Autocompletion Service) Default Data Label Autocompletion Service
Fire Boundary Event on change Enables the control to generate a boundary event during run time when the user makes a change fireBoundaryEventOnChange (Boolean) False (not selected)
Disable Auto-completion Suggestions are not presented when the user begins typing in a field. disableAutocompletion (Boolean) False (not selected)
Auto-completion delay in milliseconds The time to wait after a keystroke before sending the input text to the autocompletion service autocompletionDelay (Integer) (empty)
Search scope The business data, which is associated with a specific team or business process, that is used to scope the search. When the scope is set to Business Process, both the business process definition ID and the process application ID are required. searchScope (SearchScopeSelection) Team
Business process ID The business process definition ID for the process that the search is scoped to when Search scope is set to Business Process scopeToBusinessProcessId (String) (empty)
Process application ID The process application ID for the application that the search is scoped to when Search scope is set to Business Process scopeToProcessAppId (String) (empty)
Use wide text box The text box for the search filter is always displayed in wide mode: the width does not change when text is entered or the text is cleared. useWideTextBox(Boolean) False

This coach view does not use the visibility property.