Bugzilla – Attachment 131164 Details for
Bug 25616
Uppercase hard coded lower case boolean operators for Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25616: [21.11.x] (QA follow-up) Catch a case in labels/label-item-search.pl
Bug-25616-2111x-QA-follow-up-Catch-a-case-in-label.patch (text/plain), 1.44 KB, created by
Fridolin Somers
on 2022-02-28 06:06:42 UTC
(
hide
)
Description:
Bug 25616: [21.11.x] (QA follow-up) Catch a case in labels/label-item-search.pl
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-02-28 06:06:42 UTC
Size:
1.44 KB
patch
obsolete
>From 14ffb58cdd9cfa2c27c82a75c0feb6fd400a2da8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 22 Feb 2022 16:15:11 +0000 >Subject: [PATCH] Bug 25616: [21.11.x] (QA follow-up) Catch a case in > labels/label-item-search.pl > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > labels/label-item-search.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl >index 161fca443b..b07be0aa47 100755 >--- a/labels/label-item-search.pl >+++ b/labels/label-item-search.pl >@@ -70,7 +70,7 @@ if ( $op eq "do_search" ) { > $datefrom = eval { dt_from_string ( $datefrom ) }; > if ($datefrom) { > $datefrom = output_pref( { dt => $datefrom, dateonly => 1, dateformat => 'iso' } ); >- $ccl_query .= ' and ' if $ccl_textbox; >+ $ccl_query .= ' AND ' if $ccl_textbox; > $ccl_query .= "acqdate,ge,st-date-normalized=" . $datefrom; > } > } >@@ -79,7 +79,7 @@ if ( $op eq "do_search" ) { > $dateto = eval { dt_from_string ( $dateto ) }; > if ($dateto) { > $dateto = output_pref( { dt => $dateto, dateonly => 1, dateformat => 'iso' } ); >- $ccl_query .= ' and ' if ( $ccl_textbox || $datefrom ); >+ $ccl_query .= ' AND ' if ( $ccl_textbox || $datefrom ); > $ccl_query .= "acqdate,le,st-date-normalized=" . $dateto; > } > } >-- >2.35.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 25616
:
105411
|
130029
|
130588
|
130589
|
130914
|
130915
|
130916
|
131019
|
131020
|
131021
|
131022
|
131161
|
131162
|
131163
| 131164 |
131292
|
131293