You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
(be sure to include the quotes in the search term.)
Expected behaviour:
Should return objects (e.g. tracks) with title Diver (There are many of them)
(e.g. spotify:album:5wxtWLeap4Epa3VZPhKOcE, by artist Marisa Anderson. or
spotify:track:0wDXtaAKfzdDYUqL3iQ2Jw by KANA-BOON )
Actual behaviour:
Returns a list of tracks with vaguely related, but not exact match, titles.
e.g. first result is Diverse Path by Omotesando, and many "Divertimento" results by Mozart.
The Spotify app does something similar.
Note that if you add the term "Anderson" to the "Diver" query, then the correct track will be found.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue found on May 27, 2020.
Endpoint(s):
GET /v1/search
Scope(s):
Steps to reproduce:
search
endpoint with query "diver"(e.g. https://developer.spotify.com/console/get-search-item/?q=%22diver%22&type=track&market=&limit=&offset=)
(be sure to include the quotes in the search term.)
Expected behaviour:
Should return objects (e.g. tracks) with title Diver (There are many of them)
(e.g. spotify:album:5wxtWLeap4Epa3VZPhKOcE, by artist Marisa Anderson. or
spotify:track:0wDXtaAKfzdDYUqL3iQ2Jw by KANA-BOON )
Actual behaviour:
Returns a list of tracks with vaguely related, but not exact match, titles.
e.g. first result is Diverse Path by Omotesando, and many "Divertimento" results by Mozart.
The Spotify app does something similar.
Note that if you add the term "Anderson" to the "Diver" query, then the correct track will be found.
The text was updated successfully, but these errors were encountered: