Search for Artist & Track eg 'The Killers Human'
http://api.7digital.com/1.2/track/search?q=the%20killers%20human&oauth_consumer_key=KEY
- Results found
Now change the order, search for Track & Artist eg 'Human The Killers'
http://api.7digital.com/1.2/track/search?q=human%20the%20killers&oauth_consumer_key=KEY
- No results found
What this means is within my application I can't give users a single
search text box, because I can't predict the order in which they will
enter Artist & Track name. The workaround is I have to provide 2 input
boxes, Artist & Track, then combine the entries in the correct order
before submitting to the 7Digital API.