[Koha-bugs] [Bug 3216] UNIMARC author facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 08:17:08 CET 2011


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

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> 2011-12-02 07:17:08 UTC ---
Created attachment 6509
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6509
Proposed patch

To be tested on MARC21 and UNIMARC installations.

Following patches welcomed to use subfields for other facets than UNIMARC 70x.

On MARC21, nothing must change. To see a facet other subfields, tweak C4::Koha
getFacets(). For example, to have 650 field other subfields, replace:

{
    link_value  => 'su-to',
    label_value => 'Topics',
    tags        => ['650'],
    subfield    => 'a',
},

with:

{
    link_value  => 'su-to',
    label_value => 'Topics',
    tags        => ['650'],
    subfield    => 'abvxyz',
},

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list