[Bug 30122] New: Display note fields in authority result list
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Bug ID: 30122 Summary: Display note fields in authority result list Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: jonathan.druart+koha@gmail.com Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored CC| |hagud@orex.es -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 130761 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130761&action=edit Bug 30122: Display note fields in authority result list The note fields are displayed for UNIMARC only. Test plan: Add some note fields to an authority record, search for it and confirm that the notes are now display in the authority result list Sponsored-by: Orex Digital -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de, | |nick@bywatersolutions.com --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Do we really need this? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- How and where are the note fields added? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #4 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Katrin Fischer from comment #3)
How and where are the note fields added?
The "notes" are retrieved from BuildSummary using 600 (for MARC21) 1015 foreach my $field ($record->field('6..')) { 1016 push @notes, { note => $field->as_string(), field => $field->tag() }; 1017 } They are added at the bottom of the other authority's summary info. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure about this one, it looks like actual notes are only 667-688. I wonder if it could not make the entries in the results list a little too lenghty. But I see that there is a class to hide. How are we doing performance wise here? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Meant to add the link as well: https://www.loc.gov/marc/authority/ad66768x.html -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #7 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Katrin Fischer from comment #5)
I am not sure about this one, it looks like actual notes are only 667-688.
It's the current that is retrieving 6.. I need to check if it's used somewhere else.
I wonder if it could not make the entries in the results list a little too lenghty. But I see that there is a class to hide.
Could be a syspref otherwise.
How are we doing performance wise here?
No change is done in the logic, we retrieve them (but don't use them) already. Will get back to it later. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #8 from Hugo Agud <hagud@orex.es> --- I think that it is necessary to be able to select what tags to publish, as there are some notes that are automatically created and not provide useful informationn, for example 667 automatica creation, it doesn't gives useful information for users syspref for selecting what to publish from notes? if none selected, publish nothing -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- We are displaying the notes at the OPAC, on the detail page of the authority. I think I am identifying 2 different needs here, one is to display the notes on the result page, the other one is to make configurable the notes we display. If we add a syspref to list the subfields we want to display, should it drive the behaviour for the OPAC as well? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Maybe more like a denylist? We could mimick NotesToHide used for the 5xx in bibliographic records and the OPAC. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30122 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |phil@chetcolibrary.org Status|In Discussion |RESOLVED --- Comment #11 from Phil Ringnalda <phil@chetcolibrary.org> --- *** This bug has been marked as a duplicate of bug 35328 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org