Index: openacs-4/packages/search/www/search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/www/search.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/search/www/search.tcl 21 Oct 2006 07:28:20 -0000 1.22 +++ openacs-4/packages/search/www/search.tcl 13 Nov 2006 00:55:40 -0000 1.23 @@ -158,7 +158,7 @@ set query $q -set nquery [llength $q] +set nquery [llength [split $q]] set stopwords $result(stopwords) set nstopwords [llength $result(stopwords)] set count $result(count)