[ic] Help with Form Search and Inactive Tag

Gary Norton gnorton at odindev.com
Fri Aug 29 23:56:49 UTC 2008


I have the following form:

<form action="[area search]" method=post>
	<input type=hidden name=mv_session_id value="[data session id]">
	<input type=hidden name=mv_searchtype value=db>
	<input type=hidden name=mv_matchlimit value=10>
	<input type=hidden name=mv_coordinate value=1>
	
	<input type=hidden name=mv_search_field	value=inactive>
	<input type=hidden name=mv_search_spec value=1>
	<input type=hidden name=mv_column_op value=ne>
	<input type=hidden name=mv_numeric value=0>
	
	<input type=hidden name=mv_search_field	value=description>
	<input type=hidden name=mv_search_field	value=sku>
	<input type=hidden name=mv_search_field	value=comment>
	<input type=hidden name=mv_search_field	value=bill_of_materials>
	<input type=hidden name=mv_search_field	value=tech_specs>

	<input type=hidden name=mv_like_field value=category>
	<input type=hidden name=mv_substring_match value=1>

	<input type=hidden name=mv_sort_field value=veh_make>
	<input type=hidden name=mv_sort_option value=f>
	
	<input type=hidden name=mv_sort_field value=description>
	<input type=hidden name=mv_sort_option value=r>
	
	<input type=text name=mv_searchspec size=20 class="search_text"
title="Keyword or Part #">&nbsp;
	[tmp cat_widget]
		[display
			name=mv_like_spec 
			type=select
			options="=Search All Categories"
			lookup_query="select distinct category from
products order by category"
		]
	[/tmp]
	[scratch cat_widget]
</form>

It is not respecting the Inactive filter. Can anyone shed some insight?

Thanks,
Gary





More information about the interchange-users mailing list