[Koha-bugs] [Bug 18074] New: Advanced Editor - Rancor - hardcoded z39 attributes can cause issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 7 16:44:28 CET 2017


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

            Bug ID: 18074
           Summary: Advanced Editor - Rancor - hardcoded z39 attributes
                    can cause issues
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js

 25     var _pqfMapping = {
 26         author: '1=1004', // s=al',
 27         cn_dewey: '1=13',
 28         cn_lc: '1=16',
 29         date: '1=30', // r=r',
 30         isbn: '1=7',
 31         issn: '1=8',
 32         lccn: '1=9',
 33         local_number: '1=12',
 34         music_identifier: '1=51',
 35         standard_identifier: '1=1007',
 36         subject: '1=21', // s=al',
 37         term: '1=1016', // t=l,r s=al',
 38         title: '1=4', // s=al',
 39     }

1004 is not universally supported and can cause searches to fail in some
instances, we should possibly use 1=1 or make rancor use zebra config files

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


More information about the Koha-bugs mailing list