hello list,
i use the follow code for the text-based search engine:
<form action="[area search]" method=post>
Search:<br>
[set search_param]
su=yes
fi=article
sf=description
tf=1
to=n
[/set]
<input type=hidden name=mv_profile value=search_param>
<input type=text name=mv_searchspec size=15 value="">
</form>
this is equal to "select * from article where description = param "
(in the sql mode)
is it possible to create an search form profile which is equal
to the follow sql statement for an text based search in the search engine:
select * from article where description = param
and type ~* 'criteria|criteria2' OR group like 'n*';
my target is to filter the search results to type and group values.
thx.
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.