From df89ecb9bfe15027d0c15c157c29b2f1649b4384 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 11 May 2011 12:31:13 -0400 Subject: [PATCH] use the new transformed-value starwith operator --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7618f5c69b..87b63dd376 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm @@ -71,7 +71,7 @@ sub search_authority_by_simple_normalize_heading { from => 'are', where => { deleted => 'f', - marc => { '=' => { + marc => { 'startwith' => { transform => 'authority.simple_normalize_heading', value => [ 'authority.simple_normalize_heading' => $marcxml ] }}, -- 2.11.0