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 result localization and "boosting" #3

Open
5 tasks
bnewbold opened this issue Oct 2, 2020 · 0 comments
Open
5 tasks

Search result localization and "boosting" #3

bnewbold opened this issue Oct 2, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bnewbold
Copy link
Member

bnewbold commented Oct 2, 2020

For cases where the selected interface language has been explicitly selected, we could have that selection change show search queries are ranked and displayed. For example, documents in the selected language could be "boosted" to appear higher in the search results, and we could swap the title / original_title display order in some cases.

Off the top of my head, some things this would involve:

  • include language filter as a "boost" in elasticsearch query (along with existing boosts) to impact sorting when appropriate
  • conditional logic for title display preference (probably jinja2 macro)
  • possibly a query filter, parameter, or some other indication that this change is happening and a way to opt-out
  • testing of these changes for performance, search quality, and user experience
  • documentation ("help") updates to describe this change
@bnewbold bnewbold added enhancement New feature or request good first issue Good for newcomers labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant