From 1a228db58c1af808c0d8202ca3279ff40fe74d71 Mon Sep 17 00:00:00 2001 From: Olivier Crouzet 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