[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Searching (IC 4.8.5 + RH 7.3)
Hi folks,
Before I post my headache, just wanted to say that the new logos rolling in
are great! I endorse the mascot idea (the butterfly is good, but what about
a chameleon? (-once knew of an email program called chameleon) ...or better
yet the "Gecko" don't know if the gecko can really '...|change' though.
Here's my 'headache at the moment:
I can get this to work:
...<form action="[area search]" method=post>
<input type=hidden name=mv_searchtype value="sql">
<input type=hidden name=mv_search_field value="location">
<input type="hidden" name="mv_search_field" value="status">
<input type="hidden" name="mv_searchspec" value="confirmed">
<select style="font-size:90%;" name=mv_searchspec
onChange="this.form.submit()">
<OPTION value=0 SELECTED>Location
<OPTION value="North">North
<OPTION value="South">South
</select>
but once I add an 'or' option to include se=pending, e.g.:
<input type="hidden" name="mv_orsearch" value="yes">
<input type="hidden" name="mv_searchspec" value="pending">
it doesn't work.
Doesn't:
<input type=hidden name=mv_searchtype value="sql">
<input type=hidden name=mv_search_field value="location">
<input type="hidden" name="mv_search_field" value="status">
<input type="hidden" name="mv_searchspec" value="confirmed">
<input type="hidden" name="mv_orsearch" value="yes">
<input type="hidden" name="mv_searchspec" value="pending">
eq
/cgi-bin/training/scan/sf=status/se=pending/se=confirmed/os=yes.html
???
because the latter works.
Thanks, Greg G.