https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41508
--- Comment #2 from Katrin Fischer <[email protected]> --- It's an interesting question. We used to stop the koha-indexer and do a full index after, that will reset properly. If you want to use the koha-indexer, you can reset the indexes before importing, we use: $ sudo koha-shell -l SITE $ zebraidx -c /etc/koha/sites/SITE/zebra-biblios-dom.cfg init $ zebraidx -c /etc/koha/sites/SITE/zebra-authorities-dom.cfg init I am not sure if that could be built into the script, but it woudld certainly be for another bug. :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
