globalSearchField
This type allows to configure the functionality of the quick search located on the right side of the menu bar.
Attributes:
- appendWildcardAutomatically: Determines if the wildcard ("*") is appended automatically to every search term consisting of more than one character or number, so that a word is found even if you have entered only part of it. Default: true. Example: The user enters "prin" in the quick search. If the attribute is set to true, search results for "printer" are found. If the attribute is set to false, such results are not found.
- filtersEnabled: Determines if the filters to limit the quick search results should be displayed. Default is true.
- maxHints: Defines the maximum number of suggestions which is displayed. When set to 0, there is no limit and all suggestions are displayed.
- searchResultItemsOrder: Comma-separated values defining order and visibility of search result items. Possible values: CONTACT, COMPANY, TICKET
- suffixCharactersToRemove: Defines the characters which are automatically removed from the end of the search term. Example: If you search for "Holler," (search term ending with a comma), the contact "Konrad Holler" is only found if the comma is configured in this attribute.