Is there any way that i can customize default sharepoint Search box to get results only of specific content type.
<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" />
Some property in above tag where i can key in my "content type" to limit search only from this content type.
Thanks in advance