Index: openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql 27 Oct 2014 16:40:06 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql 7 Aug 2017 23:47:59 -0000 1.19 @@ -23,18 +23,6 @@ - - - select distinct u.first_names || ' ' || u.last_name || ' (' || u.email || ')' as name, u.user_id - from cc_users u - where lower(nvl(u.first_names || ' ', '') || - nvl(u.last_name || ' ', '') || - u.email || ' ' || - nvl(u.screen_name, '')) like lower('%'||:value||'%') - order by name - - -