18 Sep
2023
18 Sep
'23
8:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314 --- Comment #54 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Tomás Cohen Arazi from comment #53)
Comment on attachment 155678 [details] [review] Bug 26314: (follow-up) Make title search explicit
- my $cleaned_title = $marc->title; + my $cleaned_title = $marc->subfield('245', "a");
Is this correct if we think of UNIMARC?
No, it wouldn't be, but this is currently marked as a MARC21 only feature. -- You are receiving this mail because: You are watching all bug changes.