tamland / airsonic-refix

Modern web UI for Subsonic compatible servers
GNU Affero General Public License v3.0
287 stars 47 forks source link

[Bug] Special Chars in Search no result (Blank Page) #67

Closed DoM1niC closed 2 years ago

DoM1niC commented 2 years ago

No result e.g. if I use a special char like !

Work

grafik

Blank Page (issue)

search?q= Blank searchbar show a blank page too and I think a urlencode is needed or I'm wrong -> ?q=!

grafik

tamland commented 2 years ago

I don't think the issue is in the client. The query should be encoded and decoded before getting passed to backed. If it doesn't return the expected result you should report it to airsonic-advanced.

DoM1niC commented 2 years ago

I don't think the issue is in the client. The query should be encoded and decoded before getting passed to backed. If it doesn't return the expected result you should report it to airsonic-advanced.

indeed I switch now from Subsonic to Navidrome and your UI still working 👍🏻 and fixed the search...