search2

http://your-server/rest/search2.view
Since 1.4.0

Returns albums, artists and songs matching the given search criteria. Supports paging through the result.

Parameter Required Default Comment
query Yes Search query.
artistCount No 20 Maximum number of artists to return.
artistOffset No 0 Search result offset for artists. Used for paging.
albumCount No 20 Maximum number of albums to return.
albumOffset No 0 Search result offset for albums. Used for paging.
songCount No 20 Maximum number of songs to return.
songOffset No 0 Search result offset for songs. Used for paging.

Returns a <subsonic-response> element with a nested <searchResult2> element on success. Example.