Open topic with navigation
globalSearchField (Type)
Here you can define the layout and the behavior of the Quick Search input field.
Figure 159: ConSol CM Web Client - Quick Search input field
Attributes:
- appendWildcardAutomatically
Boolean. When enabled the wildcard ("*") is appended to every search phrase automatically, i.e. even when you have entered only part of a word it will be found. Default true.Figure 160: Results of Quick Search with wildcard appended automatically (appendWildcardAutomatically = true)
Figure 161: 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)