I would like to have two search boxes on my master page, one that would search for content and the other one that would search for people.
I see the code in the master page that searches for content:
<asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server">
<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4"/>
</asp:ContentPlaceHolder>
How would I add another box that searches for people?