[ic] search box configuration question

William R Nelson wrnelson at swbell.net
Tue Apr 10 15:55:33 EDT 2007


My implementation of the search_box works well for the first search
performed, however subsequent search results seem to be limited to a sub set
of the previous search(s). Establishing a new session “clears” this issue
up, once again until a second search is performed.
I have looked through the documentation and simply can not find the correct
set of parameters. 
Any help on this issue would be greatly appreciated. 
 
 
This is the FORM from search_box_small 
 
#<form action="[area search]" method=post>
#          <input type=hidden name=mv_session_id value="[data session id]">
#      <table border="0" width="95%">
#      <tr>
#            <td align="left">
#              <INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
#              <INPUT TYPE=hidden NAME=mv_search_file VALUE=products>
#              <INPUT TYPE=hidden NAME=mv_search_page
VALUE=search_results.html>
#              <INPUT TYPE=hidden NAME=mv_matchlimit VALUE=[control matches
24]>
#              <INPUT TYPE=hidden NAME=mv_sort_field
VALUE=prod_group,category,description>
#              <INPUT TYPE=hidden NAME=mv_search_field VALUE="*">
#              <input type=hidden name=mv_substring_match value=1>
#              <INPUT MAXLENGTH=45 NAME=mv_searchspec type=text size=16>
#            </td>
#        </tr><tr>
#            <td align="right" valign="middle" width="45">
#              <input type="image" alt="[L]Search Go[/L]" width="45"
border="0" src="__THEME_IMG_DIR__go.gif">
#            </td>
#      </tr>
#      </table>
#      </form> 
 
 
This instance of Interchange  is  V5.2.0





More information about the interchange-users mailing list