[ic] Search Results Omiision

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Fri Mar 21 08:03:03 2003


Hello,

Has someone discovered the problem with the search results. I am not getting 
some obvious matches when I search for an item using the small search box. I am 
going to write down the code, so someone might be able to help me.

Thanks A lot Diego

<tr><td align="center">
  <table>
  <tr> 
    <td class="categorybar"> 
      <br>     
      <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_coordinate VALUE=1>
	      <INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
	      <INPUT TYPE=hidden NAME=mv_matchlimit VALUE=[control matches 10]>
	      <INPUT TYPE=hidden NAME=mv_sort_field VALUE=category>
                      <INPUT TYPE=hidden NAME=mv_sort_field VALUE=SKU>
                      <INPUT TYPE=hidden NAME=mv_sort_field VALUE=description>
	      <INPUT TYPE=hidden NAME=mv_search_field VALUE="*">
	      <input type=hidden name=mv_substring_match value=1>
	      <INPUT TYPE=hidden NAME=mv_column_op VALUE=eq>
	      <INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
	      <INPUT TYPE=hidden NAME=mv_searchspec VALUE=1>
	      <INPUT MAXLENGTH=30 NAME=mv_searchspec type=text size=8>
	    </td>
	    <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">
	      <a href="[area advancedsearch]"><font size=-2 class="categorybar">
[L]Advanced[/L]</a>
	    </td>
      </tr>
      </table>
      </form>
    </td>
  </tr>
  </table>
</td></tr>

<!-- END COMPONENT [control component search_box_small] -->