Koha/etc/zebradb
Magnus Enger 9faada90bc Bug 14824: Fix sorting of Norwegian vowels
Currently, Norwegian vowels are not sorted correctly, even when
you have chosen "nb" as the ZEBRA_LANGUAGE during installation.

To test:
- Make sure you have three records with titles that begin with ÆØÅ
  respectively
- Do a search that turns up those three records and some others, and
  sort the results by title, bot ascending and descending.
- Verify that ÆØÅ is shown in some weird order.
- Edit your sort-string-utf.chr* so it is in line with the current
  patch. It should include these two lines:
  lowercase {0-9}{a-z}æøå
  uppercase {0-9}{A-Z}ÆØÅ
- Restart Zebra and reindex all the records, e.g.:
  $ sudo koha-restart-zebra <instancename>
  $ sudo koha-rebuild-zebra -f -v <instancename>
- Do the search again, make sure you order by title and check that
  ÆØÅ are sorted in the order of 1. Æ 2. Ø 3. Å, and after all other
  characters

* = If you are on a gitified install, you need to edit this file:
/etc/koha/zebradb/lang_defs/<your ZEBRA_LANGUAGE>/sort-string-utf.chr
NOT the file in your git clone (yeah, i wasted some time there...)

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-10-26 11:19:03 -03:00
..
authorities/etc Bug 9612: (follow-up) restore elementSetName in Context.pm 2014-05-19 16:46:57 +00:00
biblios/etc Bug 14383: etc/zebradb: Fix some typos in documentation and Bib-1 attribute set 2015-06-22 17:34:46 -03:00
etc Bug 14401: Zebra index configuration doesn't allow exact search for C. 2015-06-22 11:26:13 -03:00
lang_defs Bug 14824: Fix sorting of Norwegian vowels 2015-10-26 11:19:03 -03:00
marc_defs Bug 14154: 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml 2015-10-21 13:43:12 -03:00
xsl Bug 14217: Add 'condition' attribute for DOM index definition 2015-09-25 11:53:24 -03:00
ccl.properties Bug 14861: Accession date comparison does not work in advanced search 2015-10-19 11:52:44 -03:00
cql.properties Add more zebra configuration 2007-10-01 15:34:16 -05:00
explain-authorities.xml Bug 5370: Fix all references to koha.org 2010-11-09 10:45:27 +13:00
explain-biblios.xml Bug 5370: Fix all references to koha.org 2010-11-09 10:45:27 +13:00
pqf.properties fixing a couple mappings for SRU CQL server 2008-01-03 03:01:14 -06:00
retrieval-info-auth-dom.xml Bug 9612: fix SRU response for DOM indexing 2014-05-05 20:28:04 +00:00
retrieval-info-auth-grs1.xml Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
retrieval-info-bib-dom.xml Bug 11232: Add new syntax for facets definition on koha-indexdefs-to-zebra.xsl 2014-10-15 12:55:33 -03:00
retrieval-info-bib-grs1.xml Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
zebra-authorities-dom.cfg Bug 14106: (RM followup) sick of failing tests in Jessie 2015-10-23 22:58:49 -03:00
zebra-authorities.cfg Bug 14106: (RM followup) sick of failing tests in Jessie 2015-10-23 22:58:49 -03:00
zebra-biblios-dom.cfg Bug 14106: (RM followup) sick of failing tests in Jessie 2015-10-23 22:58:49 -03:00
zebra-biblios.cfg Bug 14106: (RM followup) sick of failing tests in Jessie 2015-10-23 22:58:49 -03:00