[Koha-bugs] [Bug 6098] zebra conf NSB NSE indexed as space

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 13 16:14:39 CEST 2011


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

--- Comment #4 from Frédéric Demians <frederic at tamil.fr> 2011-05-13 14:14:39 UTC ---
On any page, NSB/NSE characters are replaced by space in Output.pm. It
isn't a good thing:

  - It isn't necessary since Zebra indexer handle properly those
    characters as delimiter.
  - It isn't necessary for display since XSL file already do that.
  - It isn't efficient since a regex is done on every whole page sent by
    Koha, not only on biblio record part.
  - It removes an information that librarian want to keep in their
    biblio records: any record edited in Koha loose its NSB/NSE
    characters.

See proposed patch.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list