[Bug 11529] New: Add subtitle field to biblio table
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Bug ID: 11529 Summary: Add subtitle field to biblio table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Bug 5652 added the ability to see the record subtitle from the checkout and holds summaries, but does so by loading and parsing the entire MARC record. This seems to be causing somewhat significant slowdowns on some Koha installations and the speed could be greatly improved by just adding it to the biblio table the same way the title is stored. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Heather Braum <hbraum@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hbraum@nekls.org --- Comment #1 from Heather Braum <hbraum@nekls.org> --- I want to add some additional information to this bug report -- the checkout and holds summaries now display the entire 245 MARC field -- not just subtitle (245$b). Information like the 245$h [gmd], 245$n (number of work) and 245$p part of work, also display -- which are very useful pieces of information, especially with graphic novels. But, loading this entire field in large systems does appear to cause page loading. I wonder if all 4 subfields need to be added to the biblio table, not just the 245$b subfield. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org