Kentico CMS 6.0 Controls

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

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

The controls in this section provide the capability to search through the content of the Kentico CMS database. They use the SQL search engine, which uses standard SQL queries to search for a given expression. It runs a separate query for each document type. You can find the search query for a given document type in Site Manager -> Development -> Document types -> ... select document type ... -> Queries -> Edit (Edit) the searchtree query.

 

Common fields (such as document name) are searched using the cms.root.searchdocuments query.

 

Uploaded files are searched using the cms.root.searchattachments query. If you want to search uploaded files, you need to configure the system as described at Developer's Guide -> Installation and deployment -> Additional configuration tasks -> Configuration of full-text search in files. In this case, the files are searched using the Microsoft SQL Server Search Engine.

 

 

 

Please note

 

Current Kentico CMS versions contain Smart search capability. The Smart search engine is index based and has significantly better performance than the SQL search engine.

 

To learn more about it, please refer to Developer's Guide -> Modules -> Smart search.

 

 

Available controls:

 

CMSSearchDialog

CMSSearchResults