Hi, this is my simple search form code:
{exp:search:simple_form weblog="{embed:my_weblog}" search_in="everywhere" results="5" result_page="_search/_html_blog_results/" no_result_page="_search/_html_blog_no_results/"}
<div id="searchwrapper">
<input type="text" name="keywords" value="" class="searchbox" />
<input type="image" src="{site_url}img/blank_image.png" class="searchbox_submit" value="검 색" alt="검 색" title="검 색" />
</div>
{/exp:search:simple_form}This works fine for keywords but when I search for member name, it simply doesn’t work. However, if I change this to name=“member_name”, it only works for member name search.
Is there a way to have a single input to search in both keywords and member names at once? If not, what would be the best way to implement something similar?