The project we are currently working on contains a “staff” section, where every staff member has its own profile page. (Made with Solspace’s User module.)
Therefore we would like to expand the global search form to not only search within weblogs but also within the members. On the ExpressionEngine homepage this is being listed as a feature:
Powerful search module with simple and advanced search capability. You can search within weblogs, comments, members, and categories.
However, I can’t seem to find any documentation on this. Right now my search form looks like this:
{exp:search:simple_form weblog="projects|news" result_page="search/results" no_results_page="search/noresults" search_in="everywhere"}
<input type="text" name="keywords" id="search_query" value="search…" size="18" maxlength="90">
<input id="search_go" type="submit" value="go" class="submit" size="18" maxlength="30"/>
{/exp:search:simple_form}How can I search within members with that search form?