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-12154: Add a default sort to all cores to break equal score tiebreakers #62

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

Commits on Sep 22, 2022

  1. Add a default sort to all cores to break equal score tiebreakers

    MBS-12154
    In some kinds of searches (such as "release-group arid:[mbid]"), the score
    of all resulting documents is constant. If there are more documents
    matching this result than the page size, it becomes difficult to
    consistently page through the results.
    To fix this, add an arbitrary sort after the score to break it in case
    that it is equal. I just chose the mbid or id for each core, as it's
    also the primary key and is guaranteed to be in the document and set.
    alastair committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    77b00af View commit details
    Browse the repository at this point in the history