http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8252 --- Comment #54 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- (In reply to Paul Poulain from comment #53)
Hi Mathieu,
I've giving a try to this patch, it fixes some of the errors that appears in zebra logs. But the following aren't: 21:12:42-22/10 zebraidx(29295) [warn] Index 'UPC' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'UPC' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Serials' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Serials' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Printed-music' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Printed-music' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Electronic-ressource' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Title-host' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'title-host' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'Title-host' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'title-host' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'lcn' not found in attset(s) 21:12:42-22/10 zebraidx(29295) [warn] Index 'lcn' not found in attset(s)
(note that title-host should be spelled Title-host in 2 places)
Some questions: * is there any reason why you haven't fixed those attributes as well ? * how to fix them ? Add another UNIMARC specific attribute into bib1.att/ccl.properties, change index name in record.abs or remove it ?
Thanks for your feedback ! (I may provide a patch, in another bug)
Hi 1/ It was already a complex patch to write and to test ;-) 2/ It is out of the main scope, which was, fixing coded fieds. Those warns are not linked with coded fields So it could be fixed in other patches. Mathieu -- You are receiving this mail because: You are watching all bug changes.