https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314
--- Comment #54 from Katrin Fischer <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
