Index: openacs-4/packages/contacts/www/search-action.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/search-action.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/contacts/www/search-action.xql 14 Jun 2005 06:08:28 -0000 1.1 +++ openacs-4/packages/contacts/www/search-action.xql 14 Jun 2005 06:51:54 -0000 1.2 @@ -25,7 +25,7 @@ select title from contact_searches where owner_id = :owner_id - and upper(title) like upper('${title}%') + and upper(title) like upper('${sql_title}%')