icidasset / diffuse

A music player that connects to your cloud/distributed storage.
https://diffuse.sh
Other
808 stars 67 forks source link

Can't have `:` in the search #332

Closed icidasset closed 2 years ago

icidasset commented 2 years ago

: is used to prefix a search parameter with the field, eg. artist. If you use, for example nu:tone, the field nu doesn't exist. It should check only for album:, artist: or title:. You can currently escape the : (eg. nu\:tone) and that will work, but that should happen automatically.