--- loncom/interface/lonsearchcat.pm 2003/03/10 21:22:36 1.170 +++ loncom/interface/lonsearchcat.pm 2003/03/13 19:08:52 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.170 2003/03/10 21:22:36 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.171 2003/03/13 19:08:52 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1951,7 +1951,7 @@ Returns: the identifier of the table on sub create_results_table { my $table = &Apache::lonmysql::create_table ( { columns => \@Datatypes, - fullindex => \@Fullindicies, + FULLTEXT => {'columns' => \@Fullindicies}, } ); if (defined($table)) { $ENV{'form.table'} = $table;