Bug 38399 - Create a script that lists bibliographic records that are not linked to any authority
Summary: Create a script that lists bibliographic records that are not linked to any a...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-07 20:13 UTC by Enica Davis
Modified: 2025-01-27 20:19 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enica Davis 2024-11-07 20:13:10 UTC
It would be nice to have a script that would list which bibliographic records are not linked to any authorities.
Comment 1 Katrin Fischer 2024-11-08 08:20:22 UTC
Hi Enica, there is a command-line script to delete unused records. Maybe, if it hasn't a test mode yet, it could be extended to just show the unlinked records without deleting as an option.
Comment 2 Enica Davis 2024-11-08 17:33:30 UTC
Hello Katrin!  The remove_unused_authorities only list the authority IDs, not the biblio numbers sadly. :(

The scenario for this, which I should have mentioned, is that libraries would like a list of records not linked to any authorities.  Reporting for this is possible, but it can timeout depending on library size.
Comment 3 Katrin Fischer 2024-11-09 12:05:13 UTC
Hi Enica, thanks for the reply! I thought you meant a list of unlinked authorities, but it's about the bibliographic records! Please disregard my last comment then.