Values.SuggestionTextWithHighlightsSourceProvides text and information about where to highlight the query suggestion text.
type nonrec t = {text : String_.t option;The query suggestion text to display to the user.
*)highlights : SuggestionHighlightList.t option;The beginning and end of the query suggestion text that should be highlighted.
*)}