Hello, is there a way to implement search so that it searches within the posts as well as the author’s name?
Currently my search field input looks like this:
{exp:search:simple_form search_in="everywhere"}
<fieldset>
<input type="text" class="search-field" name="keywords" id="keywords" value="" size="18" maxlength="100" />
<input type="submit" value="Go" class="submit" />
</fieldset>
{/exp:search:simple_form}Is their anything I can do, perhaps by using hidden fields or something to have it search by author at the same time?