Search
internal enum Search
The set of available Search API endpoint types.
-
The endpoint for searching a resource.
Declaration
Swift
case index
-
The endpoint for search suggestions.
Declaration
Swift
case suggestions
-
The endpoint value of the Search API type.
Declaration
Swift
var endpointValue: String { get }