https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269
Cori Lynn Arnold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77911|0 |1 is obsolete| | --- Comment #7 from Cori Lynn Arnold <[email protected]> --- Created attachment 80989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80989&action=edit Bug 19269: Rancor - Add LCCN, pubdate to indexing This patch fills the two new columns in the import_biblios table: lccn, pubdate It also fixes update of ocntrol number in the import_biblios table Because 010 fields can have leading and trailing whitespace, added trim before INSERT into import_biblios table. -cori lynn To test: 1 - Apply and update database 2 - Import some records 3 - Check the import table to see new columns are populated correctly 4 - check control number is correct in table too 5 - Open advanced cataloging editor 6 - Set your batch as searchable (settings->import batches) 7 - You should now be able to search batches for lccn or pubdate or control number 8 - Verify records are found as expected and can be saved to catalog or batch -- 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/
