AnandChowdhary / rhythmsaga-api

RhythmSaga is an open-source API for everything music.
http://rhythmsa.ga
8 stars 1 forks source link

Hey Jude is not found in some cases #1

Open zserge opened 9 years ago

zserge commented 9 years ago

Thanks for the great service and the API!

I tried your Love Me Do, Beatles example and then I queried for "Hey Jude" and surprisingly got no results. Queries for "hey+jude+beatles" give no results as well (track is null, artist is null).

http://sagamusic.herokuapp.com/everything.php?q=hey+jude http://sagamusic.herokuapp.com/everything.php?q=hey+jude+beatles

However, query for "jude+beatles" returns "Hey Jude", which proves that the song is in the database

http://sagamusic.herokuapp.com/everything.php?q=jude+beatles

Returns:

{"track":"Hey Jude","artist":"The Beatles","album":"The Beatles 1967-1970 (The Blue Album)","release":"1973-04-19T08:00:00Z","genre":"Rock","trackno":13,"albumart":"http:\/\/rhythmsa.ga\/api\/cover.php?q=Hey+Jude The Beatles","youtubeid":"DCazMqCJVMc","api":"RhythmSaga","apiversion":2,"query":"jude beatles"}
AnandChowdhary commented 9 years ago

This seems like a problem. I'm making a couple of changes and integrating a few new APIs. I don't think this will remain a problem very soon.