Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Jonathan Druart 22bbefba64 Bug 9747: Fix NSB/NSE sorting issues on z3950 search results
At least the BNF server returns results containing non-sorting
characters (NSB/NSE).
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 <chris@bigballofwax.co.nz>

Works as advertised and doesn't break existing searching

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-09 04:21:03 +00:00
..
value_builder Bug 10592: fix MARC21 006/008 cataloging plugins 2013-07-22 14:00:23 +00:00
addbiblio.tt Bug 10404: add previous/next browsing to staff client 2013-08-09 15:07:39 +00:00
addbooks.tt Bug 10678 - Allow framework selection when creating from Z39.50 2013-09-08 22:31:09 +00:00
additem.tt Bug 10901: (follow-up) add space between 'Edit in host' and 'Delink' 2013-09-27 17:00:35 +00:00
linkitem.tt Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing 2012-07-10 10:56:26 +02:00
merge.tt Bug 10650 - export merge-record.inc javascript into a file 2013-09-16 16:17:34 +00:00
moveitem.tt Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing 2012-07-10 10:56:26 +02:00
z3950_auth_search.tt bug 10096: (follow-up) use datatables.inc 2013-10-04 14:52:32 +00:00
z3950_search.tt Bug 9747: Fix NSB/NSE sorting issues on z3950 search results 2013-10-09 04:21:03 +00:00