Technical support This forum is closed.
Version 1.x > Technical support > Search Results layout View modes: 
User avatar
Member
Member
pmeller - 5/2/2006 9:17:38 AM
   
Search Results layout
Hi

Is there any flexibility in being able to alter the way that search results are displayed?

For instance, we are interested in changing the order preference of results, adding icons for certain document templates etc.

thanks Paul

User avatar
Guest
admin - 5/2/2006 3:11:07 PM
   
Re: Search Results layout
Hi Paul,

you can do that by replacing the standard CMSSearchResults control with a standard ASP.NET Repeater or DataGrid. Then, you retrieve the search results as a DataSet using the TreeProvider.Search method and bind it to the data control.

Best Regards,