18 Sep
2023
18 Sep
'23
8:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314 --- Comment #53 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Comment on attachment 155678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155678 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? -- You are receiving this mail because: You are watching all bug changes.