SearchQueryWithInfo
Additional information about the search query to display in UI controls.
Extends:
Hashable
public static func == (lhs: SearchQueryWithInfo, rhs: SearchQueryWithInfo) -> Bool
Returns a Boolean value indicating whether two values are equal.
public convenience init(
searchQuery: SearchQuery,
title: String,
subtitle: String
)
Parameters
Methods
Properties
Returns the search query object.
Returns the title text that describes the search query objects. For example, the text from the title
field of the ISuggest
object.
Returns the subtitle text. For example, the text from the subtitle
field of the ISuggest
object.