SearchResultType

enum SearchResultType : Enum<SearchResultType> , EnumRequestParameter

Specifies what type of search results you would prefer to receive. The current default is "mixed." Valid values include.

Entries

Link copied to clipboard

Default value.

Link copied to clipboard

Include both popular and real time results in the response.

Link copied to clipboard

return only the most recent results in the response

Link copied to clipboard

return only the most popular results in the response.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: String?

The string which provides to endpoint request.