http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4255
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Version|rel_3_2 |master --- Comment #1 from Ian Walls <[email protected]> 2011-12-01 22:54:35 UTC --- This is probably one of the more difficult cases! While it is possible to dump multiple MARC fields into a facet, it is NOT possible to look in different subfields across those facets. Since item type is stored at both the item level AND the biblio level, then we need to be able to mix and match both. In MARC21, those fields are 942$c and 952$y. Either we need to remap 942$c to 942$y in MARC21, or we need to modify C4::Search::getRecords in a such a way that it can handle subfields tied to specific fields. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. 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/
