Bug 38399

Summary: Create a script that lists bibliographic records that are not linked to any authority
Product: Koha Reporter: Enica Davis <enica>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: mkstephens, robin
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.