[Bug 40212] New: export list information in a MARC field of the record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40212 Bug ID: 40212 Summary: export list information in a MARC field of the record Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs@lists.koha-community.org Reporter: mathsabypro@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl To improve the integration between Koha and Discovery tools or other kind of portals, it could be nice to export list information (id, name...) in a MARC field, so that this information could be searchable in the public interface, if the list is set to be public. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40212 --- Comment #1 from Mathieu Saby <mathsabypro@gmail.com> --- I don't know if there is any community interest in this, but it may be more complex to do than I thought. No standard MARC21 or UNIMARC field seems suitable, so for the development to be acceptable the field would probably need to be configurable for each installation in a syspref. So we can have for example in an given instance a repeatable 999 field, with the name of the list in a $a field, and its number in a $b field. It should concern only public list. 999$aOne list$b1 999$aAn other list$b2 Another approach would be to create a "virtual" field on the fly only when exporting to OAI-PMH. But adding or removing a record from a list would have to trigger an update of the record in the repository, and I don't know if that's possible. Note that the same idea could apply to course reserves. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40212 Mathieu Saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurence.rault@biblibre.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40212 --- Comment #2 from Mathieu Saby <mathsabypro@gmail.com> --- Laurence I add you as we talked about that during KohaLa Hackathon. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org