From: Mike Rylander Date: Wed, 11 May 2011 16:31:13 +0000 (-0400) Subject: use the new transformed-value starwith operator X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df89ecb9bfe15027d0c15c157c29b2f1649b4384;p=evergreen%2Fjoelewis.git use the new transformed-value starwith operator --- 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 ] }},