GetSearchHintsRequest
@Serializable
The search hint result.
Constructors
Link copied to clipboard
constructor(startIndex: Int? = null, limit: Int? = null, userId: UUID? = null, searchTerm: String, includeItemTypes: Collection<BaseItemKind>? = null, excludeItemTypes: Collection<BaseItemKind>? = null, mediaTypes: Collection<MediaType>? = null, parentId: UUID? = null, isMovie: Boolean? = null, isSeries: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, includePeople: Boolean? = true, includeMedia: Boolean? = true, includeGenres: Boolean? = true, includeStudios: Boolean? = true, includeArtists: Boolean? = true)
Properties
Link copied to clipboard
If specified, results with these item types are filtered out. This allows multiple, comma delimited.
Link copied to clipboard
Optional filter whether to include artists.
Link copied to clipboard
Optional filter whether to include genres.
Link copied to clipboard
If specified, only results with the specified item types are returned. This allows multiple, comma delimited.
Link copied to clipboard
Optional filter whether to include media.
Link copied to clipboard
Optional filter whether to include people.
Link copied to clipboard
Optional filter whether to include studios.
Link copied to clipboard
If specified, only results with the specified media types are returned. This allows multiple, comma delimited.
Link copied to clipboard
The search term to filter on.
Link copied to clipboard
Optional. The record index to start at. All items with a lower index will be dropped from the results.