spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Searching for artist and track not working #1560

Open joshmarnold opened 4 years ago

joshmarnold commented 4 years ago

Issue found on April 28th 2020.

Endpoint(s):

Scope(s):

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?