radiobrowser-api
radiobrowser-api copied to clipboard
Advanced Search broken when searching for "#" tags
The advanced search fails to return stations when adding tags to tagList that contain a hashtag (#) in their name.
For instance, this body will return stations:
{ "tagList": "alternative" }
But this one will not
{ "tagList": "#alternative" }
Both of which are valid tags in the database. The /byTag/
endpoint is able to return the hashtag'd stations however.