Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When combining multiple filters for a search (searchTracks) with a "+", this must not be encoded. #209

Open
STARSCrazy opened this issue Jan 7, 2022 · 0 comments

Comments

@STARSCrazy
Copy link

Describe the bug
If you combine multiple filters in a search (searchTracks), the "+" is also encoded, although this is not supposed to be so according to the documentation: https://developer.spotify.com/documentation/web-api/reference/#/operations/search

To Reproduce
spotify.searchTracks("track:Lithium+artist:Nirvana+album:Nevermind");
How the request url actually looks like: search/?q=track%3ALithium%2Bartist%3ANirvana%2Balbum%3ANevermind&type=track
How it should look like: search/?q=track%3ALithium+artist%3ANirvana+album%3ANevermind&type=track

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant