[Koha-bugs] [Bug 20424] New UNIMARC ZEBRA indexes according to last IFLA updates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 31 15:50:34 CEST 2022


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

Koha Team University Lyon 3 <koha at univ-lyon3.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #15 from Koha Team University Lyon 3 <koha at univ-lyon3.fr> ---
Hi,
We have just noticed that the char-encoding should'nt be indexed as number.
And that position 30 to 34 should be splitted: it's twice a 2 characters value.
So, we have this proposition for the xml file.


<index_subfields tag="100" subfields="a" offset="26" length="2">
    <target_index>char-encoding:w</target_index>        
    <target_index>char-encoding:p</target_index>        
 </index_subfields>
<index_subfields tag="100" subfields="a" offset="28" length="2">
    <target_index>char-encoding:w</target_index>        
    <target_index>char-encoding:p</target_index>        
 </index_subfields>
<index_subfields tag="100" subfields="a" offset="30" length="2">
    <target_index>char-encoding:w</target_index>        
    <target_index>char-encoding:p</target_index>        
 </index_subfields>
<index_subfields tag="100" subfields="a" offset="32" length="2">
    <target_index>char-encoding:w</target_index>        
    <target_index>char-encoding:p</target_index>        
 </index_subfields>

Sonia

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


More information about the Koha-bugs mailing list