[Bug 11084] Delete biblios on Leader 05 =d
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10455 CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #40 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I have modified this script on bug 10455 with: -my @biblioitems = - $schema->resultset('Biblioitem')->search( { marc => { LIKE => '_____d%' } } ); +my @biblioitems = # Should be replaced by a call to C4::Search on zebra index + # Record-status when bug 15537 will be pushed + $schema->resultset('Biblioitem')->search( { marcxml => { LIKE => '<leader>_____d%' } } ); Could you confirm you agree with that? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org