Bugzilla – Attachment 70491 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]
Typo in the comments of parseQuery routine
0001-Bug-19971-Typo-in-the-comments-of-parseQuery-routine.patch (text/plain), 891 bytes, created by
Koha Team University Lyon 3
on 2018-01-15 16:35:06 UTC
(
hide
)
Description:
Typo in the comments of parseQuery routine
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2018-01-15 16:35:06 UTC
Size:
891 bytes
patch
obsolete
>From 1a228db58c1af808c0d8202ca3279ff40fe74d71 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 > >--- > 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