https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22307 Bug ID: 22307 Summary: Misconfiguration of bibionumber/biblioitemnumber search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de Target Milestone: --- We found this issue because a search for biblionumber=XX would not bring up the right record in the database, but the record with the matching biblioitemnumber. 999$c = biblionumber 999$d = biblioitemnumber http://bernina.bsz-bw.de/gitweb/?p=koha.git;a=blob;f=etc/zebradb/marc_defs/m... biblio-koha-indexdefs.xml <index_subfields tag="999" subfields="c"> <target_index>Local-Number:n</target_index> <target_index>Local-Number:w</target_index> <target_index>Local-Number:s</target_index> </index_subfields> <index_subfields tag="999" subfields="d"> <target_index>biblioitemnumber:n</target_index> <target_index>biblioitemnumber:w</target_index> <target_index>biblioitemnumber:s</target_index> </index_subfields> bernina.bsz-bw.de/gitweb/?p=koha.git;a=blob;f=etc/zebradb/biblios/etc/bib1.att;h=24164431ce536750849a0fa8b02c5806bf8e297e;hb=0c349b45f5bb6145af3c5db966e28946b1cc0e11 bib1.att says: att 12 Local-number att 9002 biblioitemnumber But: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=etc/zebradb/ccl.pr... ccl.properties has the error: Local-number 1=12 sn Local-number biblionumber 1=9002 Should be: Local-number 1=12 sn Local-number biblionumber Local-number biblioitemnumber 1=9002 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.