Bug 30460: Make BatchDeleteBiblio update the index in one request
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Apr 2022 11:20:12 +0000 (13:20 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 5 May 2022 21:17:36 +0000 (11:17 -1000)
commit471850e4951d17448c1ae370de30b831b4763b25
tree516037259d69cec955807351adb877ed4c9b8ea8
parent9dc00051c72d8caa60e2acfd415a57940649f306
Bug 30460: Make BatchDeleteBiblio update the index in one request

No need to send 1 indexation request per item + 1 per biblio.

Test plan:
Confirm that the batch biblio deletion tool still works correctly

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/BackgroundJob/BatchDeleteBiblio.pm