[Koha-bugs] [Bug 23875] New: Elasticsearch - ES - When sorting by score we should provide a tiebreaker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 22 16:39:21 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23875

            Bug ID: 23875
           Summary: Elasticsearch - ES - When sorting by score we should
                    provide a tiebreaker
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com

In ES if we sort by 'relevance' we actually don't pass anything to ES and
results are ordered by score.

When doing a search limiting only by collection or type, the scores are all the
same. This is fine, except that editing any record will then cause a reordering
of the results, even though it won't affect the score.

We should provide a tie-breaker in the case of equal sort scores

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list