http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2986 Summary: Authority search doesn't work at all on UNIMARC DB Product: Koha Version: rel_3_2 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: MARC Authority data support AssignedTo: galen.charlton@liblime.com ReportedBy: frederic@tamil.fr QAContact: koha-bugs@lists.koha.org CC: paul.poulain@free.fr On authorities-home.pl page, when you do search, you don't have any result. Looking in log file, you see a Zebra error: Unsupported Use attribute (114) authtype Bib-1 Doing the same search by hand, you narrow down to see that this search doesn't work: f @or @attr 7=1 @attr 1=Heading 0 @and @attr 1=authtype @attr 4=1 @attr 6=3 NP @attr 1=Heading @attr 5=1 @attr 4=6 "de" But this one works: f @or @attr 7=1 @attr 1=Heading 0 @and @attr 1=authtype NP @attr 1=Heading @attr 5=1 @attr 4=6 "de" The issue is on the authtype Zebra index. Modifying its definition in record.abs solve the problem. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.