Fix for Bug 2599 - Search limits not working for NoZebra
authorRicardo Dias Marques <koha@ricmarques.net>
Fri, 3 Jul 2009 16:03:43 +0000 (16:03 +0000)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 13 Jul 2009 03:46:25 +0000 (23:46 -0400)
commit492759e5f2166d26199bd47341ff142a4aefe751
tree5f9583f7cd989f74aaddd3be69e03a30dcdc13f1
parent62cf086ef1cdeea0eb3368d3301d64b9184789b8
Fix for Bug 2599 - Search limits not working for NoZebra

Adds the change suggested by Amer Denni to fix Bug 2599
in comment #7 at:

http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2599

For UNIMARC installations, this patch only works after
updating the "NoZebraIndexes" system preference to
UNIMARC indexes (by default, NoZebraIndexes is being
wrongly set to MARC21 values in UNIMARC installations).

That has also been reported as a Bug, by me (see Bug 2178):

Bug 2178 - "NoZebraIndexes" system preference is being set
to MARC21 values in UNIMARC installations
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2178

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Search.pm