BLeeEZ / amperfy

Amperfy is an iOS app to play songs from an Ampache or Subsonic server
GNU General Public License v3.0
380 stars 34 forks source link

[Bug] Search missing correct results #236

Closed bbsixzz closed 2 days ago

bbsixzz commented 2 months ago

Search for the track Tha doesn't find it. The track is playing, so obviously it's in my library.

Amperfy 1.2.0 Navidrome v0.51.1

IMG_9048

BLeeEZ commented 2 months ago

Amperfy only displays a maximum of 10 items per category on the search tab. Otherwise it requires a lot of scrolling to get to the results of other categories.

bbsixzz commented 2 months ago

Well it still seems like a very bad search result when I search for Tha and get anything but the track named Tha.

It should be the top result in Songs, don't you think?

bbsixzz commented 2 months ago

Combining artist and track gives no results:

image

BLeeEZ commented 2 months ago

Artist name is ignored when searched for songs.

BLeeEZ commented 2 months ago

I will implement a fuzzy search for the search tab.

BLeeEZ commented 2 months ago

Implemented in 3713eba194e456a0777bb854ff43a4ccc99991e9 (Fuzzy and async search).

BLeeEZ commented 3 weeks ago

This feature can be tested in the newest beta v1.2.1 (2): https://github.com/BLeeEZ/amperfy/issues/25