Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search engine behaviour #171

Open
MSaula opened this issue Apr 13, 2020 · 3 comments
Open

Search engine behaviour #171

MSaula opened this issue Apr 13, 2020 · 3 comments
Assignees
Labels
backend Backend general architecture enhancement New feature or request

Comments

@MSaula
Copy link

MSaula commented Apr 13, 2020

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
Copy link
Owner

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!

@arnaugarcia arnaugarcia self-assigned this Apr 13, 2020
@arnaugarcia arnaugarcia added backend Backend general architecture enhancement New feature or request labels Apr 13, 2020
@alfredorueda
Copy link
Collaborator

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend general architecture enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants