https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314
--- Comment #53 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ 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/
