From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-search3.jsp | 65 +++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-search3.jsp (limited to 'subsonic-site/src/main/webapp/api-search3.jsp') diff --git a/subsonic-site/src/main/webapp/api-search3.jsp b/subsonic-site/src/main/webapp/api-search3.jsp new file mode 100644 index 00000000..623a65a5 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-search3.jsp @@ -0,0 +1,65 @@ +

search3

+ +

+ http://your-server/rest/search3.view +
Since 1.8.0 +

+ +

+ Similar to search2, but organizes music according to ID3 tags. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterRequiredDefaultComment
queryYesSearch query.
artistCountNo20Maximum number of artists to return.
artistOffsetNo0Search result offset for artists. Used for paging.
albumCountNo20Maximum number of albums to return.
albumOffsetNo0Search result offset for albums. Used for paging.
songCountNo20Maximum number of songs to return.
songOffsetNo0Search result offset for songs. Used for paging.
+

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

+ -- cgit v1.2.3