Bugzilla – Attachment 189765 Details for
Bug 27859
MARC export for search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27859: (follow-up) Fix search export limit syspref name
Bug-27859-follow-up-Fix-search-export-limit-syspre.patch (text/plain), 1.03 KB, created by
David Gustafsson
on 2025-11-20 12:20:39 UTC
(
hide
)
Description:
Bug 27859: (follow-up) Fix search export limit syspref name
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-11-20 12:20:39 UTC
Size:
1.03 KB
patch
obsolete
>From 5c3aaf94840df2244698ba8c8703b00beda94ee7 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Thu, 20 Nov 2025 12:25:37 +0100 >Subject: [PATCH] Bug 27859: (follow-up) Fix search export limit syspref name > >--- > catalogue/search.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index fc00d5e0116..3ecb74938d8 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -793,7 +793,7 @@ if ($export_enabled) { > $preferred_format = $custom_export_formats->{$preferred_format}; > } > } >- my $size_limit = C4::Context->preference('SearchResultExportLimit') || 0; >+ my $size_limit = C4::Context->preference('ElasticsearchSearchResultExportLimit') || 0; > my %export_query = $size_limit ? (%{$query}, (size => $size_limit)) : %{$query}; > my $size = $size_limit && $hits > $size_limit ? $size_limit : $hits; > my $export_job_id = Koha::BackgroundJob::SearchResultExport->new->enqueue({ >-- >2.51.2
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 27859
:
117718
|
117721
|
124892
|
124893
|
128632
|
131442
|
131443
|
132993
|
132997
|
133076
|
145243
|
145244
|
145263
|
145300
|
147927
|
147935
|
147936
|
162342
|
162343
|
163761
|
163762
|
178145
|
178146
|
178370
|
178371
|
178376
|
178377
|
178399
|
178400
|
178401
|
178402
|
178406
|
178407
|
178408
|
189760
|
189761
|
189762
|
189763
|
189764
| 189765