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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to