Index: openacs-4/packages/ecommerce/www/product-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/product-search.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/product-search.tcl 16 Feb 2002 23:32:06 -0000 1.2 +++ openacs-4/packages/ecommerce/www/product-search.tcl 21 Feb 2002 21:07:15 -0000 1.3 @@ -15,6 +15,8 @@ } { search_text {combocategory_id ""} + {category_id ""} + {subcategory_id ""} usca_p:optional } @@ -35,7 +37,6 @@ # Decode the combo of category and subcategory ids if { ![empty_string_p $combocategory_id] } { - ns_log debug "BART: combocategory_id $combocategory_id" set category_id [lindex [split $combocategory_id "|"] 0] set subcategory_id [lindex [split $combocategory_id "|"] 1] } else {