[Bug 31198] New: Display results search authority numbers
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31198 Bug ID: 31198 Summary: Display results search authority numbers Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: julie.emond@collecto.ca QA Contact: testopia@bugs.koha-community.org Created attachment 137925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137925&action=edit Authority display example Hi, We would like to show the authority number in the search results. Currently you have to click on the authorized to display the number. It would therefore be interesting if we could choose the display options for the authority results. -- 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=31198 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master Component|Searching |MARC Authority data support -- 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=31198 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org --- Comment #1 from Juliet Heltibridle <jheltibridle@rcplib.org> --- Displaying the authority number on the Authority Search Results page would be very helpful and save a lot of time. Currently you have to click into an authority, or hover over the link to see the number in the link. -- 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=31198 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Can you explain why the authority number would be helpful? I am interested in the use case/learning how the number is used. -- 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=31198 Koha collecto <koha@collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha@collecto.ca --- Comment #3 from Koha collecto <koha@collecto.ca> --- Hi Katrin, I don't remember specificly why we proposed that but I would love to propose a more complete enhencement, but I believe one of the use of having the auth_id in the search results table would be to copy them into the batch record deletion tool. But more than that, I think we could benefit from being able to export the search results table from the authority module. Since 22.05 the unused authority check plugin doesn't work properly (we've filed an issue for that here : https://github.com/bywatersolutions/koha-plugin-unused-authority-check/issue...) and I believe enhancing the search results table in the auth module would probably resolve the need for the plugin. If the search results table had a column for the auth_id and that the table could be export, we could simply filter from the CSV file the authorities that are used in 0 record and copy their auth_id to delete them in batch. In my head it would replace the plugin entirely ? :) -- 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=31198 Koha collecto <koha@collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Display results search |Enhance results table |authority numbers |options in authorities | |module -- 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=31198 Angela Berrett <angela.berrett@familysearch.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |angela.berrett@familysearch | |.org --- Comment #4 from Angela Berrett <angela.berrett@familysearch.org> --- We would love to see the auth_id in the search results. We often need to use them to run reports or do batch edits but have to look up the individual numbers and either hover over each to get the URL or open each to get that list. And exporting and filtering would be useful as well. (In reply to Koha collecto from comment #3)
Hi Katrin,
I don't remember specificly why we proposed that but I would love to propose a more complete enhencement, but I believe one of the use of having the auth_id in the search results table would be to copy them into the batch record deletion tool.
But more than that, I think we could benefit from being able to export the search results table from the authority module.
Since 22.05 the unused authority check plugin doesn't work properly (we've filed an issue for that here : https://github.com/bywatersolutions/koha-plugin-unused-authority-check/ issues/13) and I believe enhancing the search results table in the auth module would probably resolve the need for the plugin.
If the search results table had a column for the auth_id and that the table could be export, we could simply filter from the CSV file the authorities that are used in 0 record and copy their auth_id to delete them in batch.
In my head it would replace the plugin entirely ? :)
-- 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=31198 --- Comment #5 from Juliet Heltibridle <jheltibridle@rcplib.org> --- I would love to see additional enhancements to the search results for authority records. This would include showing the authority number in a column, allowing the number of results to be increased from a drop-down (maybe not show all, but show more than 20 at a time), and allowing exports of the results. This would bring it into alignment with other results tables in the staff interface, and make it more useful for those working with the results. In the meantime, I've added the following jquery to my system to show the Auth ID: $(document).ready(function() { if($('#authorities_searchresultlist_results').length) { $('#authorities_searchresultlist_results tr:first').prepend('<th>Auth ID</th>'); $('#authorities_searchresultlist_results tr[data-authid]').each(function() { var authid = $(this).attr('data-authid'); $(this).find('td:first').before('<td>' + authid + '</td>'); }); } }); -- 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=31198 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Koha collecto from comment #3)
Hi Katrin,
I don't remember specificly why we proposed that but I would love to propose a more complete enhencement, but I believe one of the use of having the auth_id in the search results table would be to copy them into the batch record deletion tool.
The batch edit tool is a very good use case, thanks! -- 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