Enum SearchItemOptions
Indicates how the search item description needs to be formatted when presented to the user.
Namespace: Unity.QuickSearch
Syntax
[Flags]
public enum SearchItemOptionsFields
| Name | Description | 
|---|---|
| Compacted | Use Label instead of description for shorter display. | 
| Ellipsis | If the description is too long truncate it and add an ellipsis. | 
| FuzzyHighlight | Highlight parts of the description that match the Fuzzy Search Query | 
| Highlight | Highlight parts of the description that match the Search Query | 
| None | Use default description. | 
| RightToLeft | If the description is too long keep the right part. |