globalSearchField (Type)
Here you can define the layout and the behavior of the Quick Search input field.
Figure 262: ConSol CM Web Client - Quick Search input field
Attributes:
- appendWildcardAutomatically
Boolean. When enabled the wildcard ("*") is appended to every search phrase consisting of more than one character or number automatically, i.e., even when you have entered only part of a word it will be found. Default true.Figure 263: Results of Quick Search with wildcard appended automatically (appendWildcardAutomatically = true)
Figure 264: Results of Quick Search with wild card not appended automatically (appendWildcardAutomatically = false)
- maxHints
Defines the maximum number of suggestions which is displayed. When set to 0, all suggestions are displayed, with no limit. - searchResultItemsOrder
Comma-separated values defining order and visibility of search result items. (java.lang.String)
Possible values: CONTACT, COMPANY, TICKET - suffixCharactersToRemove
Occurrence of any of these characters will be removed from the tail of each search pattern word. (java.lang.String)