gadgetmies / fomoplayer

Music Discovery App
5 stars 1 forks source link

Artist / Label search should use AND logic when searching with multiple words #45

Closed juilijoel closed 1 year ago

juilijoel commented 2 years ago

Change artist / label search to use AND logic for multiple word queries. Currently seems to use OR and it's a bit annoying to find exact results:

image

gadgetmies commented 2 years ago

Thanks for creating the issue!

The results from the search APIs are currently merged, sorted and passed to the UI. Because of that there is a lot of noise in the results. I'll have to take a look at the APIs to see if there would be a good way to sort the results. If however that is not possible, perhaps it would help if the perfect matches would be shown at the top before the other results?

gadgetmies commented 2 years ago

Implemented a better visualisation for the search results. The exact matches are now shown at the top. Do you think this would solve the original issue?

image