SearchEngineUrl
data class SearchEngineUrl( var base: String, var method: String, var params: List<SearchUrlParam>, var searchTermParamName: String?, var displayName: String? = null)
Defines an individual search engine URL.
Properties
Link copied to clipboard
The display name of the URL, if any. This is useful if the URL corresponds to a brand name distinct from the engine's brand name.
Link copied to clipboard
The parameters for this URL.
Link copied to clipboard
The name of the query parameter for the search term. Automatically appended to the end of the query. This may be skipped if {searchTerms}
is included in the base.