[Koha-bugs] [Bug 32695] Search string for 775 'Other editions' is incorrectly formed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 31 13:23:46 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32695

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151770|0                           |1
        is obsolete|                            |

--- Comment #3 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 151860
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151860&action=edit
Bug 32695: Use title (subfield t) only for 'Other editions' search links

Currently the code does a title phrase search, but combines the title field
with the Main Entry (author) field.

This patch simply limits the search to the title to ensure links work

To test:
1 - Ensure systme preference 'UseControlNumber' is set to don't
2 - Edit Default MARC framework in administration->Marc frameworks
3 - Make 775 subfields a & t visible in editor
4 - Edit a record to add a field 775 with subfields a & t that match another
title/author in your system
5 - Save the record and view the details page
6 - Click the other editions link - no results
7 - Apply patch, restart_all
8 - Reload details and confirm the link works

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list