https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893

--- Comment #90 from David Gustafsson <glask...@gmail.com> ---
Yes, some subfields are like that, but in general the information in the
different subfields cannot be automatically concatenated in a meaningful way.
So my point is that is more chance than anything else that 245a and 245b can be
joined. For other fields and subfields it will probably not be the case. I
think that if one wants to do this it would better to invent some special form
of mapping-syntax to be used in mappings.yaml where you could define that for
example 245a and 245b (and other special cases) should be joined together for
example. Something like this:

- facet: ''
  marc_field: '245a+245b'
  marc_type: marc21
  sort: ~
  suggestible: ''

But that would be a little bit challenging to implement with regards to how the
mappings are currently processed.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to