[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: SQL searches
Russ, I feel your pain. I've been trying to setup some SQL stuff myself...
I agree that the most promising use seems to be in-page type searches, though there are a few (very frustrating) places where not everything works as before.
In terms of actual search forms though, you should be able to do a keyword-style search (according to the docs) with:
<INPUT TYPE=text NAME="mv_searchspec">
<INPUT TYPE=hidden NAME="mv_search_field" VALUE="category">
<INPUT TYPE=hidden NAME="mv_search_field" VALUE="description">
<INPUT TYPE=hidden NAME="mv_search_field" VALUE="something_else">