http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976 Bug ID: 13976 Summary: Sorting search results by popularity is alphabetical Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: fridolyn.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org After performing a search, sorting by popularity is an alphabetical sort instead of a numerical. For example, sorting the values of totalissues 5, 7, 9, 66, 85, 91, 808 will give : 91->9->85->808->7->66->5 The Zebra configuration is the default UNIMARC with : melm 942$0 totalissues:n,totalissues:s I've looked into doc of http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#sort%28%29 It seems there is no option for numerical sort. -- You are receiving this mail because: You are watching all bug changes.