Adding forum searching

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

If you want to let users search forum posts for some given text, you can use the Forum search (ForumSearch.ascx) and Forum search results (ForumSearchResults.ascx) web parts. You will typically place them both on the same page. However, if you need to place the forum search box on a different page, you can set its Redirect to URL property to the page where you have the Forum search results web part, such as ~/SearchForum.aspx. These web parts use the SQL search engine.

 

devguide_clip0564

 

If you prefer index-based searching, this can be provided by various Smart search web parts from the Full-text search category if they have a forums type search index set. Please refer to the Modules -> Smart search chapter for more details.

 

Page url: http://devnet.kentico.com/docs/devguide/index.html?adding_forum_searching.htm