Bugzilla – Attachment 131022 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: (QA follow-up) Catch a case in labels/label-item-search.pl
Bug-25616-QA-follow-up-Catch-a-case-in-labelslabel.patch (text/plain), 1.43 KB, created by
Martin Renvoize (ashimema)
on 2022-02-22 16:23:42 UTC
(
hide
)
Description:
Bug 25616: (QA follow-up) Catch a case in labels/label-item-search.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-22 16:23:42 UTC
Size:
1.43 KB
patch
obsolete
>From 25ba9c1a4f447f242036084577ae28e8ad9a4a2a 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: (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.20.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