https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38330
--- Comment #42 from David Cook <dc...@prosentient.com.au> --- (In reply to David Cook from comment #37) > There should be no reason to run maintenance/touch_all_biblios.pl, since > we're just updating the database and not changing the indexing. Theoretically, this is true. However, practically/technically it is possible for there to be MARCXML in the database which isn't formed exactly as we expect. For instance, it could be '<datafield ind1="" ind2="" tag="942">'. From memory, I think that Koha will still work with that, and that would fail our WHERE clause test. It's totally an edge case... but it's technically possible. So... I'm changing the warning to the following: "The biblio.opac_suppressed column should be updated, but you can run the `maintenance/touch_all_biblios.pl` script to be certain" That lets people know that the data should be updated, but that if they have issues... just run touch_all_biblios.pl. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/