[Bug 3216] UNIMARC author facets
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216 --- Comment #4 from Frédéric Demians <frederic@tamil.fr> 2011-12-02 14:27:29 UTC --- (In reply to comment #3)
This looks like it would work for UNIMARC 700 pretty well... but not so much for MARC21 650. The separator is hardcoded to ", "; for MARC21 650, it should be '--' usually.
You're correct.
Examples:
MARC21 650 { link_value => 'su-to', label_value => 'Topics', tags => ['650abvxyz'], subfield_sep => '--', } # this still won't solve the issue of ordering the subfields
As it is coded, subfields are displayed as they are found in the field, which seems good for me. Isn't it? I will take a look and will implement your improved data structure. Be prepare to test... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org