[Bug 37110] New: Replace record via Z39.50/SRU search to Advanced Editor
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37110 Bug ID: 37110 Summary: Replace record via Z39.50/SRU search to Advanced Editor 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: iming@rosewoodfarm.com.au QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Introduce "Replace record via Z39.50/SRU search" button to Advanced Editor like for the Normal Editor. -- 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=37110 Iming Chan <iming@rosewoodfarm.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Replace record via |Add Replace record via |Z39.50/SRU search to |Z39.50/SRU search button to |Advanced Editor |Advanced Editor -- 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=37110 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org --- Comment #1 from Phil Ringnalda <phil@chetcolibrary.org> --- Not a bad idea, but it wouldn't and couldn't be like the basic editor's one. That one is deeply tied to calling stuff in Perl that isn't exposed via JS, and triggers a search form that doesn't return records in the form the advanced editor uses. It's also a single form that works from both viewing an existing record and also from the editor, so it limits itself to things that are in the biblio and biblioitems table. And if you look closely at it, it's horribly crufty and fails to do most of the things that parts of the code think they are doing. So implementing something similar for the advanced editor would require a spec for what things we want to prefill from where (getting Standard number out of 024 would be huge for me, replacing DVD/CD/board game records, where I have to copy it and paste into the advanced search modal, unlike ISBN that I can just drag from the record to the search form), and probably a per-user way to configure which ones to prefill, since which you want will not only depend on what's in the record but also on what works with your search targets. -- 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=37110 Esther Melander <esther.melander@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander@bywatersolu | |tions.com --- Comment #2 from Esther Melander <esther.melander@bywatersolutions.com> --- The Advanced Search link on the left side of the Advanced Editor is how one gains access to a z39.50 search in order to overlay or import records. Perhaps that link could be changed to a button and/or be renamed to more clearly express the kind of search it is. -- 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=37110 --- Comment #3 from Phil Ringnalda <phil@chetcolibrary.org> --- Well, the Advanced link is how you get to more (empty) fields, the fields above it are how you more quickly do the exact same thing with the four most popular searches, in each case with the option to either Substitute if you want to replace the existing record you were editing or to Import if you want a new record, but the thing that the Replace via Z39.50/SRU button in the basic editor does that nothing in the Advanced editor does is to fill in the ISBN/ISSN, author, and title search fields from your existing record. -- 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