https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39440 Bug ID: 39440 Summary: Add option to OAI-PMH harvester for bibliographic framework Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl On Mattermost, Mathieu Saby suggested adding an option to the OAI-PMH harvester for providing a bibliographic framework. At the moment, it adds all new records using the Default framework, but it would be useful to specify a different framework. -- It looks like the way to do it would be to add a column to the oai_servers table, update the web form, and then update Koha/OAI/Client/Harvester.pm to pass the framework to AddBiblio(). I suppose another option would be to add a CLI parameter. That would be faster/easier, but... it would be incongruent with how most of the config works, so probably the oai_servers table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.