Hello:
Can someone please let me know which display template is used for the searchbox script web part if I don't specify the render template id? I am using below code to render searchbox control:
Microsoft.Office.Server.Search.WebControls.SearchBoxScriptWebPart,Microsoft.Office.Server.Search,
Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c|ResultsPageAddress;https://*****.com/search/Pages/results.aspx,
TryInplaceQuery;false
I am not sure if it uses control_searchbox_compact.html or control_searchbox.html. Any pointers?