Open syffs opened 5 years ago
Also a problem in the spotify client as well. AND or NOT don't work with this either..
Is #1250 similar to what you've been seeing? Seems like an intermittent problem that Spotify doesn't have a real fix for.
Is #1250 similar to what you've been seeing? Seems like an intermittent problem that Spotify doesn't have a real fix for.
@0xNF well it does work with 1 isrc like /search?q=isrc:XXXXX&type=track
, but using operator does not
@bih I understand you're replying to some cases here: could you please comment ?
Bump!
Issue found on July 22th 2019.
Endpoint(s):
GET /v1/search?q=isrc%3AUSWB11802164+OR+isrc%3ADEMA61301103&type=track&offset=0&limit=20
Scope(s):
Steps to reproduce:
Expected behaviour:
Using
isrc:... OR isrc:... OR isrc:... OR etc
as query parameter should return multiple tracks (2 in the above example)Actual behaviour:
returns no result