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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:16 +0000 (23:19 +0200)
commit4242d03b87eee9fa9ca0c45306959a51fc12f5ba
treea6c45b046e304b3412cdca0aa3329d8e73035b70
parent41dc980369e2837300b094cf19d46248be09c792
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Search.pm