Bug 8743 follow-up, throw a more explanatory error message
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 14 Sep 2012 13:59:50 +0000 (15:59 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 16 Sep 2012 08:26:20 +0000 (20:26 +1200)
commitfdb8b1f681dae52899dd6f1d66a4fa8791687fd3
tree522cf18058f57c590154bd70b2e589b47f376a3e
parentd633fb028682a741280a90643fd99d1c1d0c0bd1
Bug 8743 follow-up, throw a more explanatory error message

When testing bug 8743, I discovered a missing index in my authority file.
The error message was
"CCL parsing error (10014) Unknown qualifier ZOOM"

which is not very helpfull because it does not show the query that was made.
This patch add the query itself after the zebra error

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Search.pm