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
981
stars
79
forks
source link
Search api returns zero results when putting wildcards around a query containing special characters #910
Issue found on June 9th 2018.
Endpoint(s):
/search/
Scope(s):
Steps to reproduce:
Use the API Console. Compare https://developer.spotify.com/web-api/console/get-search-item/?q=ke$h*&type=artist to the same query with wildcards added: https://developer.spotify.com/web-api/console/get-search-item/?q=ke$h&type=artist
Expected behaviour:
SHould return at least the same results as the query without wildcards.
Actual behaviour:
Doesn't return any artists