R – SharePoint – Creating a Custom Search Results web Part Page

sharepoint

I have replaced the default Search Box in SharePoint using Delegate control.

Now my delegate control has a Text Box and a Button.

On Button Click it should take the users to a web part Page wich has all my Custom Web Parts added.

But this Web Part page should be accessible from every site in sharePoint as my Custom Delegate control can be added anywhere within the farm.

Ex: like OSSSearchResults.aspx but my custom web part page can be modified by users.

Can some one tell me how to do this?

Best Answer

You can put url of the custom results page in Search settings in site collection administration section.

Also You can customize the default search results page with out of the box webparts like SearchCoreResults webpart, refinement pane, search box etc.

But my question is can i add a custom webpart to this results.aspx.

Related Topic