There is a typo in the Yahoo Music API docs:
Chapter: Search for tracks
Optional Paramter 'intersectsWith' must be 'intersectWith' (invalid parameter for 'intersectsWith;)
Besides that it's not working. I tried the following:
http://us.music.yahooapis.com/track/v1/lis...s&appid=XXXwhich should at least return "Otis Redding - Knock on Wood", but return nothing...
One more: ...will there be the possibility to to cross-object searches like (with artists and tracks ):
http://....../track/v1/list/search/all/knock?intersectWith=/artist/v1/list/search/artist/Otis
or (which is maybe easier since it's all within the track object):
http://....../track/v1/list/search/all/knock?intersectWith=/list/search/artist/Otis
Thanks,
Simon