[Koha-bugs] [Bug 4255] Add item type to facet list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 1 23:54:35 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4255

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls at bywatersolutions.
                   |                            |com
            Version|rel_3_2                     |master

--- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com> 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.


More information about the Koha-bugs mailing list