28 Mar
2018
28 Mar
'18
12:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 --- Comment #12 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Ere Maijala from comment #11)
I think the join option would be useful (also in bug 20244), like this:
$options = "join:' '" unless $marc_field =~ m|_/| || $type eq 'sum';
Otherwise subfields of a single field get split to separate fields in ES.
I don't actually see a difference here - I added the line and reindexed and the record appeared the same, I tried changing title from 245a to 245 and 245abc - in all cases I got a single entry in the index - maybe I don't understand the issue? -- You are receiving this mail because: You are watching all bug changes.