• Smart Search in Kentico 13
    Question Mar 13, 2023
    HI Team i'm trying to implement search based on this reference [Link](https://docs.xperience.io/k12sp/configuring-kentico/setting-up-search-on-your-website/using-locally-stored-search-indexes/building-a-search-interface-for-local-indexes-in-mvc). but along with this details I...

  • Kentico 13 Smart Search
    Question Aug 9, 2024
    Hi guys, I have a problem with my smart search. I created search index in my admin application and search there works as it should. The problem is that I can't perform search via controller as search results is always 0. here is my controller: /// /// R...

  • Smart Search Keyword Highlighting
    Question Nov 21, 2023
    I am creating a search function for my website and would like to have similar functionality that the index search preview has on the admin site for Xperience 13. The search preview highlights the keyword that resulted in it being found and I would like to do something similar ...

  • Smart search return searchResult = null
    Question Nov 7, 2023
    Hi support kentico Team I set up smart search index and I have folder index on CMS , when I call function searchResult smart search return Null var searchParameters = SearchParameters.PrepareForPages(searchText, new[] { INDEX_NAME }, page, PAGE_SIZE, MembershipContext.Authe...

  • best way to use smart search
    Question Aug 17, 2023
    we have a group of documents that all have numbers in the names. What is the best way to set up the smart search so that if someone wants to search for the number or a part of the number they get a result?

  • Error on Smart Search Index Tasks
    Question Jul 24, 2023
    Hey all, I'm having an issue with one of my indexes. I have a job that runs separate from the site that imports a list of Jobs into a client's site. These get imported into a custom table. That custom table was then used to create a search index. For years now this has worked ...

  • Smart Search searchResultItem.Data.GetValue(nameof(TreeNode.NodeAliasPath) not working
    Question Mar 13, 2024
    searchResultItem.Data.GetValue(nameof(TreeNode.NodeAliasPath) When I get the data from the returned search item and try and get the NodeAliasPath for adding a link to the found item, the data object will not return the NodeAliasPath or AliasPath or anything in the Data object...

  • Custom smart search index not indexing content
    Question Dec 19, 2023
    I crawl and get pages. If page is of certain class I get associated data through an api call. var data = AsyncHelper.RunSync(async () => await GetDataAsync(id)); Whenever I use AsynHelper indexed content is 0 sometimes but 2(expected) sometimes.GetDataAsync() actually retu...

  • Local Smart Search Tasks Filling up
    Question Oct 30, 2023
    We've just had an out of memory exception below System.OutOfMemoryException in CMS.DataEngine.BulkUpdateHandler.StartEvent for CMS.WebFarmSync.WebFarmTaskProcessor.Process. On review I noticed there are 1000's of tasks queued in the Smart search local task (which we don't use...

  • Kentico 13 Smart Search not working with Local Indexes
    Question May 23, 2023
    We are implementing Smart Search in Kentico 13. In our initial we had enabled the search feature, followed by adding local indexes (I added a local index with name "DefaultSearchIndex"). For the indexes we have set the path to a page with sub pages so that search results are c...

  •   1 2 3 4 5 6 7 8 9 10 ...