Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-06-03 Thread Alvaro Cornejo
Hi Simon Have you updated the list of available subfields for 024? Maybe Record.pm is looping into all of them and as some does not exist, it issues those warnings? Can you try with something like or with any of the subfields that you actually use? Regards, Alvaro |---

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-06-03 Thread Simon Hohl
Hey Alvaro, adding those two lines as target indices works. Now I am back to: > Use of uninitialized value $tag in hash element at > /usr/share/perl5/MARC/Record.pm line 202. > Use of uninitialized value $tag in hash element at > /usr/share/perl5/MARC/Record.pm line 202. See also my initially lin

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-06-02 Thread Katrin Fischer
Hi Simon and Alvaro, I've also tried to add the new index and have failed. :( One thing to consider: Depending on how you installed Koha, the actually used configuration files live as copies in a different place. This is true for kohadevbox and git installations, not sure about packages. So you

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-29 Thread Simon Hohl
Hi Alvaro, the file itself looks good to me. Regards Simon On 28.05.19 18:54, Alvaro Cornejo wrote: > Hi Simon > > Have you checked CR/LF/spaces at the beginning/end of each line? > > XML is sometimes very picky with this. > > Regards > > Alvaro > > |

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-29 Thread Alvaro Cornejo
Hi Simon Looks ok in terms of syntax. The only thing I see is the definitions of the sub-fields. You define them as abcde...xyz...789 when its supported subfields are others: https://www.oclc.org/bibformats/en/0xx/024.html Maybe there are a subfields/structure check somewhere? Also not sure

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-28 Thread Alvaro Cornejo
Hi Simon Have you checked CR/LF/spaces at the beginning/end of each line? XML is sometimes very picky with this. Regards Alvaro |-| EnvĂ­e y Reciba Datos y mensajes de Texto (SMS) hac

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-28 Thread Simon Hohl
Hi everyone, I am still struggling with this problem, anybody got any idea where to continue? Cheers, Simon On 14.05.19 10:45, Simon Hohl wrote: > > Hi everyone, > > this Email is a followup on: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 > > I want to apply a record match

[Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-14 Thread Simon Hohl
Hi everyone, this Email is a followup on: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 I want to apply a record matching rule on my authority data, which checks field 024$9 against existing authority data. So far I tried following these instructions: https://wiki.koha-community