From e707647ac06a78ff20f1eb5d99c1de138822db94 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 11 May 2011 11:57:18 -0400 Subject: [PATCH] Actually provide json_query with an operator to use --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm index 680bb1f0c7..7618f5c69b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm @@ -71,10 +71,10 @@ sub search_authority_by_simple_normalize_heading { from => 'are', where => { deleted => 'f', - marc => { + marc => { '=' => { transform => 'authority.simple_normalize_heading', value => [ 'authority.simple_normalize_heading' => $marcxml ] - }, + }}, defined($controlset) ? ( control_set => $controlset ) : () } }; -- 2.11.0