Summary: | Create a script that lists bibliographic records that are not linked to any authority | ||
---|---|---|---|
Product: | Koha | Reporter: | Enica Davis <enica> |
Component: | Command-line Utilities | Assignee: | 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
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. 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. 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. |