Hi, On Thu, Jun 18, 2015 at 10:20 AM, Andreas Roussos <[email protected]> wrote: > My question is: do I also need to edit the contents of the 'marc' field? > According to the man page of C4::Biblio ( > http://perldoc.koha-community.org/C4/Biblio.html): "In the 3.0 version of > Koha, the authoritative record-level information is in > biblioitems.marcxml". So, it looks like I should be OK with editing the > marcxml data only, but wanted to double-check with someone from this > mailing list who knows more about koha than I do.
It is possible for rebuild_zebra.pl to be run in a mode where it uses the marc column rather than the marcxml column when indexing bibs, so to avoid the possibility of discrepancies in indexing, you should update the marc column after making changes to the MARCXML. To do this, use the misc/maintenance/touch_all_biblios.pl command-line utility. Regards, Galen -- Galen Charlton Infrastructure and Added Services Manager Equinox Software, Inc. / The Open Source Experts email: [email protected] direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

