Bug 32055

Summary: Remove GetImportRecordMatches
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: ToolsAssignee: Eric Garcia <cubingguy714>
Status: Patch doesn't apply --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: phil
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 31710    
Bug Blocks:    
Attachments: Bug 32055: Change code to use get_import_record_matches
Bug 32055: Removed GetImportRecordMatches subroutine
Bug 32055: Removed GetImportRecordMatches subroutine

Description Nick Clemens (kidclamp) 2022-10-31 18:17:24 UTC
Bug 32054 removes most uses, we should finish the job
Comment 1 Eric Garcia 2024-08-08 19:30:46 UTC
Created attachment 170163 [details] [review]
Bug 32055: Change code to use get_import_record_matches

To test:
1. Apply patch, restart_all

Bibliographic records:
2. Cataloging -> Stage records for import
3. Choose a file with bibliographic records
4. Choose a record matching rule -> Save
5. View batch and notice the table displays the information correctly

Authority records:
6. Administration -> Record matching rules -> New record matching rule
7. Add a code, description, and Match Threshold: 1000
8. Match point 1:
    Search index: local-number
    Score: 1000
    Tag: 001
9. Save
10. Cataloging -> Stage records for import
11. Choose a file with authority records
12. Change Record type to 'Authority' and choose the matching rule you made previously
13. View batch and notice the table displays the information correctly
Comment 2 Eric Garcia 2024-08-08 19:30:48 UTC
Created attachment 170164 [details] [review]
Bug 32055: Removed GetImportRecordMatches subroutine
Comment 3 William Lavoie 2025-01-13 15:18:29 UTC
Created attachment 176454 [details] [review]
Bug 32055: Removed GetImportRecordMatches subroutine

Signed-off-by: William Lavoie <william.lavoie@inLibro.com>