REST-API: Strict/exact search is impossible
Brought to you by:
sindre_mehus
I'm trying to check a song is available or not:
/subsonic/rest/search2.view?v=1.9.0&c=radio&query=unavailable+song+title&artistCount=0&albumCount=0&songCount=40
This request returns 40 weak hits. If an exact match is available subsonic returns just exact hits. An additional parameter to control the search behaviour would be nice.
Kind regards,
Sebastian
Anonymous