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
981 stars 79 forks source link

search operator OR with isrc returns no result #1310

Open syffs opened 5 years ago

syffs commented 5 years ago

Issue found on July 22th 2019.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Use API Console

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

{
  "tracks": {
    "href": "https://api.spotify.com/v1/search?query=isrc%3AUSWB11802164+OR+isrc%3ADEMA61301103&type=track&market=FR&offset=0&limit=20",
    "items": [],
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total": 0
  }
}
shillshocked commented 5 years ago

Also a problem in the spotify client as well. AND or NOT don't work with this either..

0xNF commented 5 years ago

Is #1250 similar to what you've been seeing? Seems like an intermittent problem that Spotify doesn't have a real fix for.

syffs commented 5 years ago

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 ?

CentrumGuy commented 5 years ago

Bump!