--- loncom/lonsql 2018/10/29 02:57:30 1.97 +++ loncom/lonsql 2019/04/24 01:44:38 1.98 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.97 2018/10/29 02:57:30 raeburn Exp $ +# $Id: lonsql,v 1.98 2019/04/24 01:44:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -540,6 +540,7 @@ sub do_user_search { } } else { my %srchfield = ( + uname_ci => 'username collate latin1_general_ci', uname => 'username', lastname => 'lastname', email => 'permanentemail',