http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662
--- Comment #45 from Leif Andersson <[email protected]> --- Have you ever considered "exporting" some of the marc fields to a separate mysql table? What I am thinking of is those fields that most likely will be used for duplicate detection: 001, 003, 020, 022, 035 We could than do the necessary matching without involving zebra. In most cases I'd imagine. To be useful this would have to be applied on all imports, not only OAI. Such a table could also be used to save the information of the origin of a record - if that is desired. -- 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/
