https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21120 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I am not sure I understood correctly, but I will try and answer you anyway :) When you search by item type, Zebra will be queried with "mc-itype: BK" (BK for Book), mc-itype is defined and mapped in the different config files of Zebra. For instance in etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml you will notice that itype is indexed with values from 942$c and 952$y. Feel free to adjust this configuration depending on your needs (a full reindexation will be needed for the changes to be taken into account). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.