I am using the following code in my web page to search a category
<form method="get" action="/cgi-bin/texis/webinator/search">
<p>
<INPUT TYPE=hidden NAME=pr VALUE="default">
<INPUT TYPE=hidden NAME=prox VALUE="page">
<INPUT TYPE=hidden NAME=rorder VALUE="500">
<INPUT TYPE=hidden NAME=rprox VALUE="500">
<INPUT TYPE=hidden NAME=rdfreq VALUE="500">
<INPUT TYPE=hidden NAME=rwfreq VALUE="500">
<INPUT TYPE=hidden NAME=rlead VALUE="500">
<INPUT TYPE=hidden NAME=sufs VALUE="0">
<label for="query"></label>
<label for="query"><strong><font size="2" face="Arial"><br>
Search by keyword(s):</font></strong></label>
<font size="2"> <font face="Arial"> </font></font>
<INPUT SIZE=20 name=query value="">
<select name=cq>
<option value="">All SERV
<option value=1 selected >Only NSHE
</select>
<INPUT TYPE=submit name=submit VALUE="Search">
<br>
<br>
<input type=submit name=cmd value="Advanced search">
<br>
</form>
If I search on the category NSHE I get "no document march the query" however if I do a similar advance search the results are in the category url that was specified in the walk. Is my code correct or my walk did not collect the NSHE category information?
<form method="get" action="/cgi-bin/texis/webinator/search">
<p>
<INPUT TYPE=hidden NAME=pr VALUE="default">
<INPUT TYPE=hidden NAME=prox VALUE="page">
<INPUT TYPE=hidden NAME=rorder VALUE="500">
<INPUT TYPE=hidden NAME=rprox VALUE="500">
<INPUT TYPE=hidden NAME=rdfreq VALUE="500">
<INPUT TYPE=hidden NAME=rwfreq VALUE="500">
<INPUT TYPE=hidden NAME=rlead VALUE="500">
<INPUT TYPE=hidden NAME=sufs VALUE="0">
<label for="query"></label>
<label for="query"><strong><font size="2" face="Arial"><br>
Search by keyword(s):</font></strong></label>
<font size="2"> <font face="Arial"> </font></font>
<INPUT SIZE=20 name=query value="">
<select name=cq>
<option value="">All SERV
<option value=1 selected >Only NSHE
</select>
<INPUT TYPE=submit name=submit VALUE="Search">
<br>
<br>
<input type=submit name=cmd value="Advanced search">
<br>
</form>
If I search on the category NSHE I get "no document march the query" however if I do a similar advance search the results are in the category url that was specified in the walk. Is my code correct or my walk did not collect the NSHE category information?