https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38741 Bug ID: 38741 Summary: define a secondary sort order search results where primary sort field matches for several results Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: jake.bateman@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org When several search results are returned whose relevance and defaultSortOrder field match (a series with many volumes with the same publication date, in my case), it would be desirable to have these results ordered by some deliberately chosen field, or by a sensible default (title alphanumeric desc would I think would be correct in all cases, potentially negating the need for an additional syspref). In my testing (with Elasticsearch), I believe the current secondary sort order to be [biblionumber asc, plus some randomness from a race condition introduced by the multiple concurrent processing threads used by the Elasticsearch reindex task, if multithreading was used]. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.