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

MBS-9876: Stop redirecting tag search to direct search #1940

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reosarevok
Copy link
Member

Implement MBS-9876

We support searching for tags with SOLR, so we should probably allow doing that. Because the response does not include tag ID, we just load the tag based on the returned name.

For what it's worth, the results are currently significantly worse than with direct search. We might want to try and improve that.
Screenshot from 2021-02-25 21-12-18

@reosarevok reosarevok added the New feature Non urgent new stuff label Feb 25, 2021
Copy link
Contributor

@yvanzo yvanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be no point of using indexed search here if it returns worse results.
Made a comment to the ticket and setting this pull request as draft for now.

@reosarevok
Copy link
Member Author

This depends on metabrainz/mbsssss#60 being merged (and released) first.

We support searching for tags with SOLR, so we should probably
allow doing that. Because the response does not include tag ID,
we just load the tag based on the returned name.

For what it's worth, the results are currently significantly worse
than with direct search. We might want to try and improve that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature Non urgent new stuff
Projects
None yet
2 participants