Skip to content

Instantly share code, notes, and snippets.

@jquintozamora
Last active July 19, 2017 10:36
Show Gist options
  • Save jquintozamora/ad047ab57c2895d3c02741a161b25d14 to your computer and use it in GitHub Desktop.
Save jquintozamora/ad047ab57c2895d3c02741a161b25d14 to your computer and use it in GitHub Desktop.
<%@ Register TagPrefix="SearchWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>
...
<SharePoint:AjaxDelta id="DeltaPlaceHolderSearchArea" blockelement="true" cssclass="ms-mpSearchBox ms-floatRight" runat="server">
<asp:contentplaceholder id="PlaceHolderSearchArea" runat="server">
<div id="peopleSearch">
<SearchWC:SearchBoxScriptWebPart
ID="SmallSearchInputBoxPeople"
UseSiteCollectionSettings="false"
InitialPrompt="Search for people"
EmitStyleReference="false"
ShowQuerySuggestions="false"
ChromeType="None"
UseSharedSettings="false"
TryInplaceQuery="false"
ServerInitialRender="false"
RenderTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Control_SearchBox_People.js"
ResultsPageAddress="/sites/search/peopleresults.aspx"
runat="server"
__webpartid="{4EB1BB97-C519-4FCB-BE66-6AC1A7116EC6}"
>
</SearchWC:SearchBoxScriptWebPart>
</div>
<div id="searchInputBox" class="cc-search-input-box">
<SearchWC:SearchBoxScriptWebPart
ID="SmallSearchInputBox"
UseSiteCollectionSettings="true"
ChromeType="None"
InitialPrompt="Search everything"
UseSharedSettings="true"
TryInplaceQuery="false"
ServerInitialRender="true"
DefaultDropdownNodeId="1001"
runat="server"
__webpartid="{79BB8CA6-62F4-4644-9F91-342CF260CC3D}"
>
</SearchWC:SearchBoxScriptWebPart>
</div>
</asp:contentplaceholder>
</SharePoint:AjaxDelta>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment