Bugzilla – Attachment 134404 Details for
Bug 30465
BatchUpdateBiblio task does not deal with indexation correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30465: (QA follow-up) Enqueue indexing
Bug-30465-QA-follow-up-Enqueue-indexing.patch (text/plain), 1022 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-04-29 17:19:59 UTC
(
hide
)
Description:
Bug 30465: (QA follow-up) Enqueue indexing
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-04-29 17:19:59 UTC
Size:
1022 bytes
patch
obsolete
>From fa6859c881eee8018713f2b54ad8fcbbf54b14c4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 29 Apr 2022 12:09:31 -0300 >Subject: [PATCH] Bug 30465: (QA follow-up) Enqueue indexing > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/BackgroundJob/BatchUpdateBiblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BackgroundJob/BatchUpdateBiblio.pm b/Koha/BackgroundJob/BatchUpdateBiblio.pm >index a204df49a0..35152e4526 100644 >--- a/Koha/BackgroundJob/BatchUpdateBiblio.pm >+++ b/Koha/BackgroundJob/BatchUpdateBiblio.pm >@@ -114,7 +114,7 @@ sub process { > } > > my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::BIBLIOS_INDEX }); >- $indexer->index_records( \@record_ids, "specialUpdate", "biblioserver", undef, { index_now => 1 } ); >+ $indexer->index_records( \@record_ids, "specialUpdate", "biblioserver" ); > > my $job_data = decode_json $self->data; > $job_data->{messages} = \@messages; >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30465
:
132988
|
133057
|
133058
|
134403
|
134404
|
134405
|
134465
|
134645
|
134676
|
134711