Re: Converting MARC fields with Catmandu - repeated subfields being squished together.

2014-06-09 Thread Robin Sheat
Patrick Hochstenbach schreef op di 10-06-2014 om 07:08 [+0200]: > Sure > > join_field("subject.*"," "); > join_field("subject",""); > > The first join is for concatenating all the subfields. The second join > is for all the field. Thanks. I actually found out that Elasticsearch is totally ha

RE: Converting MARC fields with Catmandu - repeated subfields being squished together.

2014-06-09 Thread Patrick Hochstenbach
Hi Robin Sure join_field("subject.*"," "); join_field("subject",""); The first join is for concatenating all the subfields. The second join is for all the field. In the new Catmandu version we are enhancing the language a bit, thats why I might have written my previous examples with the ne