7 Sep
2018
7 Sep
'18
2:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #99 from Alex Arnaud <alex.arnaud@biblibre.com> --- (In reply to David Gustafsson from comment #96)
@Alex Arnaud I agree concaternation of subfields could be useful, but I ague that how this is done has to be defined in the mappings. If we concatenate all the subfields, many existing fields where concatenation is not desirable will be concaternated as a result.
I think the mapping system was designed for that. I.e author: 700ba # we get 700$a and 700$b concatenated And when concatenation is not wanted: author: 700b author: 700a # We get 700$a and 700$b in 2 different array elements -- You are receiving this mail because: You are watching all bug changes.