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 May 28, 2020. It is now read-only.
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.The text was updated successfully, but these errors were encountered: