With reference to the post: https://devnet.kentico.com/questions/kentico-12-mvc-smart-search-api-with-multiple-indexesThe syntax created in ExtraCondition as parameter we use, can anyone explain ho...
Hi team, I want to set searchmode to allword before SearchHelper.Search(params). Following is the snippet i am using. Please help. Thanks in advance!SearchIndexInfo articleIndex = SearchIndexInfoP...
Hello,I'm using Kentico API to search for some results. The problem is that something is not working as expected. For one of my custom page types I added new field called ProjectCompletion (data ty...
I am using the dlls from the CMS Project and working in a seperate Web Api environment. public object SearchKey(string key) { DataSet result = null; try ...