[Koha-bugs] [Bug 11084] Delete biblios on Leader 05 =d

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 11:32:08 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=10455
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #40 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list