SearchFilter

data class SearchFilter(val filterType: SearchFilterType, val filterValue: String)(source)

A filter of type SearchFilterType. Should be unique by type.

Parameters

filterValue

A string to match, or in the case of SearchFilterType.Year can be a range of years in the form A-B. Example: 2000-2010

Constructors

Link copied to clipboard
constructor(filterType: SearchFilterType, filterValue: String)

Properties

Link copied to clipboard
Link copied to clipboard