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.17.2.3 -r1.17.2.4 --- openacs-4/packages/search/www/search.tcl 13 Aug 2006 14:08:03 -0000 1.17.2.3 +++ openacs-4/packages/search/www/search.tcl 13 Nov 2006 00:55:12 -0000 1.17.2.4 @@ -111,7 +111,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)