Bugzilla – Attachment 70758 Details for
Bug 19971
typo in the comments of parseQuery routine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19971 Typo in the comments of parseQuery routine
Bug-19971-Typo-in-the-comments-of-parseQuery-routi.patch (text/plain), 1.38 KB, created by
Nick Clemens (kidclamp)
on 2018-01-19 16:04:28 UTC
(
hide
)
Description:
Bug 19971 Typo in the comments of parseQuery routine
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-01-19 16:04:28 UTC
Size:
1.38 KB
patch
obsolete
>From 3bcaccba7354c8f2bdf8babbab71d346e4b0bc07 Mon Sep 17 00:00:00 2001 >From: Olivier Crouzet <kohateam@univ-lyon3.fr> >Date: Mon, 15 Jan 2018 17:22:22 +0100 >Subject: [PATCH] Bug 19971 Typo in the comments of parseQuery routine > >TEST PLAN >--------- >1) Run these commands: > git checkout master > git pull > perldoc C4::Search >2) look for parseQuery > -- NOTE: The sample code provided below this heading has > the wrong function name! >3) Run these commands: > git checkout -b bug_19971 origin/master > perldoc C4::Search >4) look for parseQuery > -- NOTE: The wrong function name is corrected. >5) Run koha qa test tools > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > C4/Search.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 9278f26..c11a61e 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1335,7 +1335,7 @@ sub _handle_exploding_index { > > ( $operators, $operands, $indexes, $limits, > $sort_by, $scan, $lang ) = >- buildQuery ( $operators, $operands, $indexes, $limits, $sort_by, $scan, $lang); >+ parseQuery ( $operators, $operands, $indexes, $limits, $sort_by, $scan, $lang); > > Shim function to ease the transition from buildQuery to a new QueryParser. > This function is called at the beginning of buildQuery, and modifies >-- >2.1.4
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 19971
:
70491
|
70654
| 70758