arnaugarcia / sallefy

Sallefy - A music platform
https://www.jhipster.tech/development/
GNU General Public License v3.0
11 stars 8 forks source link

Search engine behaviour #171

Open MSaula opened 4 years ago

MSaula commented 4 years ago

The Search tool provided by the back end works fine for the Playlists and Tracks, but it makes no sense with the users and genres results.

If I search the names of the users, the only names that works are "system" and "admin". For the others, the result can be showing all users or no one.

For the genres, it never returns any genre...

arnaugarcia commented 4 years ago

Hi! That's true :( This is something that needs to be improved. The search engine needs to find by Genres, first name and surname of the user. The first implementation of Sallefy was using Elasticsearch as a search engine but due to budget issues I needed to remove elastic search cluster. I'll try to make the search engine more "useful" in the next release. :P Thanks!

alfredorueda commented 4 years ago

Let's talk about this @MSaula @arnaugarcia. May we define specific endpoints to search users, playlist and tracks as a temporary workaround?. It's not as cool, but it's a much simpler implementation. @MSaula explains that playlist are duplicated and search of users is not working properly. Thanks! :)

arnaugarcia commented 4 years ago

There're duplicated results? Can you give me some keyword in order to reproduce the error @MSaula ?. And yes, the user search it's a crap :P . I'll improve this when i have some time.