Hi!
I am using the \ sample search provided by the EE userguide.
How do I search articles posted by all authors?
Here si my sample code .. Thanks
<fieldset class=“fieldset”>
<legend>Search By Author Name</legend>
<select name=“member_name” >
<option value=“ALL” >All</option>
<option value=“Win Thin” >Win Thin</option>
<option value=“Meg Browne”>Meg Browne</option>
<option value=“Marc Chandler” >Marc Chandler</option>
</select>
<div class=“default”><input type=“checkbox” class=“checkbox” name=“exact_match” value=“y” /> {lang:exact_name_match}</div>
</fieldset>