http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9747
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18655|0 |1 is obsolete| | --- Comment #11 from Chris Cormack <[email protected]> --- Created attachment 18656 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18656&action=edit Bug 9747: Fix sorting issues on z3950 search results At least the BNF server returns results containing non-sorting characters (NSB SNE). In order to sort results according these characters, this patch adds a new Datatable function. Test plan: - search 'tintin' on the z3950 search (cataloguing/z3950_search.pl) - sort on title (default sort) and check that results are not well sorted. - apply this patch - do the same search and check that the first result is "Hergé. Les Aventures de Tintin..." The value of the cell is: <td>Hergé. Les Aventures de Tintin...</td> Signed-off-by: Chris Cormack <[email protected]> Works as advertised and doesn't break existing searching -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
