Our medium size website (Kentico 9) does not show search results for a new page added. Index status indicates that a rebuild is required. Does anyone know if rebuilding the smart search indexes ma...
I'm running a Kentico 12 MVC site (converted from Kentico 11 MVC), on VIsual Studio 2017, C# 4.61. I am building a one-off API to convert hundreds of Azure search indexes into new local Smart Sear...
I have two different kinds of indexes both are working fine at least in the search preview of my local index. I added both of them to my smart search part in indexes area, one is a page crawler and...
I'm trying to add a custom index for searching but the file is not added to the results. This is my code for rebuild method, is finding docs in the right media library but those are not being retr...
I'm trying to show the results of a page crawler index the results are fine but the problem is that when I try to show the content value is empty I'm using OnHtmlToPlainText method in a class for ...
I created a page crawler index and I'm testing all search modes, with all page types in the index content. By the way, the index is just searching for the exact word. example if I'm looking for the...
I'm trying to add the code like this@cms:SearchDialog ID="SearchDialog" runat="server" /@ in a master page but seems like that's for SQL search dialog and I want to use the smart search dialog for ...
I'm creating an index for pages but when I use it with the smart search is just working for the title of the page, not for the content of it. I would like to search including the content of the web...
I have created a custom index that stores multiple extra fields that I use to filter by. Say for example I am storing some facets to select Kite colors. Some kites have one color, others have multi...
I am getting Error 'Cannot apply indexing with [] to an expression of type 'ISet''for this code snippetforeach (GridViewRow grv in customTableDataList.UniGrid.GridView.Rows) { if (grv != null) ...