Search code examples
ektron

Implementing Search in Ektron


I need to search contents in Ektron Cms using the Api

    Ektron.Cms.API.Search.SearchManager smanager = new Ektron.Cms.API.Search.SearchManager();

When I tried this the following error occur

" No Search settings found, please check if this site has been configured for search". While installing Ektron I didnt install Search Server.Now for using Search Manager Api what all I need to do?


Solution

  • You need to install Search Server (Ektron recommends for production that it is on a different server). You then need to configure/register the site to use Search Server using the Ektron Search Configuration utility.