You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: