Class MusicBrainz::Webservice::ArtistFilter
In: lib/rbrainz/webservice/filter.rb
Parent: AbstractFilter

A filter for the artist collection.

Methods

new  

Public Class methods

The parameter filter is a hash with filter options. At least the :name or :query filter must be specified.

Available filter options:

:name
Fetch a list of artists with a matching name.
:limit
The maximum number of artists returned. Defaults to 25, the maximum allowed value is 100.
:offset
Return search results starting at a given offset. Used for paging through more than one page of results.
:query
A Lucene search query. The query parameter is a search string which will be passed to the underlying Lucene search engine. It must follow the syntax described in musicbrainz.org/doc/TextSearchSyntax.

[Validate]