oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

fix(artist): fix artist fuzzy search #42

Closed ritiek closed 3 years ago

ritiek commented 3 years ago

Musicbrainz officially uses the "artist" field to search for artists, and this has been giving incorrect results when trying to fuzzy search through the "name" field.

See #23 for more details.