Re: [Koha-devel] configuration files for Debian packaging 2/3 (reconfiguration)

2008-10-30 Thread tajoli
Hi, > As I've a few free time, I'm trying to complete a first version of > Debian Koha packaging. > I've a few questions for koha/zebra/.. guru that I separate in 3 mails. > > If we want to switch the MARC format for Zebra indexing > (MARC 21 <-> UNIMARC) on a koha with zebra: > - is it po

Re: [Koha-devel] configuration files for Debian packaging 2/3 (reconfiguration)

2008-10-29 Thread Joe Atzberger
Vincent -- Yes is it possible to switch between zebra and "nozebra" index modes. In Koha, these are controlled by a value in the systempreferences table: SELECT * FROM systempreferences WHERE variable="NoZebra" Of course you could not search successfully after switching NoZebra OFF if zebra itse