http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11232
--- Comment #18 from David Cook <[email protected]> --- For package install users, double-check your koha-conf.xml. Look for a block like the following: <!-- BIBLIOGRAPHIC RECORDS --> <server id="biblioserver" listenref="biblioserver"> <directory>/var/lib/koha/devone/biblios</directory> <config>/etc/koha/sites/devone/zebra-biblios-dom.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> <xi:include href="/etc/koha/marc21-retrieval-info-bib-dom.xml" xmlns:xi="http://www.w3.org/2001/XInclude"> The file that you need to update would be "marc21-retrieval-info-bib-dom.xml". (My bad for saying "retrieval-info-bib-dom.xml". On a tarball dev install, it will probably be "retrieval-info-bib-dom.xml", but it's worth double-checking in any case.) -- Another note for restarting Zebra... I don't know the best way to restart Zebra on a non-package install. However, sudo koha-restart-zebra [instancename] works a treat on a package install. -- I just tried this again, and facets worked quite neatly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
