Searching for artist and track not working
joshmarnold opened this issue · 0 comments
joshmarnold commented
Issue found on April 28th 2020.
Endpoint(s):
GET https://api.spotify.com/v1/search
Scope(s):
- Regular authentication
Steps to reproduce:
In Postman:
GET https://api.spotify.com/v1/search/?q=artist:"wax+motif"&track:"love+to+the+world"&type=track&limit=20
Expected behaviour:
The goal is to search for a specific track of an artist via the endpoint above.
Actual behaviour:
Receiving 200 OK with a payload of Wax Motif tracks but not the song specified in the query.
I also tried different artist, song combinations and with no success. What am I doing wrong?