Title |
Greater thand condition in search |
Message Text |
Hello,
I need to add a search box to search for items where a custom date field value is greater than today.
<form action="http://www.mysite.com/search.php?" >
<input type="text" name="search" size="{STANDARDSIZE}" />
<input type="hidden" name="filled" value="1" />
<input type="hidden" name="action" value="filter" />
<input type="hidden" name="whichtype" value="links" />
<input type="hidden" name="condition" value="like" />
<input type="hidden" name="startdatecondition" value=">">
<input type="hidden" name="startdatesearch" value={THISMEMBERTODAYIS} />
<input type="submit" value="Search" class="button"></form>
The results are events that contain the keyword OR have not ended yet.
I need events that contain the keyword AND have not ended yet.
Thanks in advance for any help! Much appreciated! |
Rating |
0/5 based on 0 votes.
|
Ownership |
idamay |
Views |
363 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Dec 04, 2009 - 6:07 AM |