https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280
--- Comment #10 from Magnus Enger <[email protected]> --- In etc/zebradb/pqf.properties we have: index.dc.itemtype = 1=1031 In etc/zebradb/biblios/etc/bib1.att we have: att 1031 Material-type But "Material-type" is only used to index 007 and 502. 952$y is actually indexed in an inex called itype. In bib1.att this is mapped to: att 8031 itype But 8031 is not mapped to anything in pqf.properties. So, what to do? To me, the best option looks like indexing 952$y into Material-type, so it will be possible to search on it using dc.itemtype. Opinions? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
