[Koha-bugs] [Bug 9747] sort issue for the z3950 results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 10:33:20 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9747

--- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> ---
Created attachment 16461
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16461&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: Cedric Vita <cedric.vita at dracenie.com>

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


More information about the Koha-bugs mailing list