• RE:Smart search filtering
    Forum Post Aug 15, 2012
    can you copy and paste your smart search filter settings?

  • Kentico 11 to 12 upgrade CMS.Search.SearchResult
    Question Mar 8, 2022
    The code is in a method in webpart code behind. The Method returns a dataset from the search. DataSet results = SearchResult.Search(parameters); Return results; The API Change guide states CMS.Search.SearchHelper.Search(CMS.Search.SearchParameters) was change to...

  • Capture search phrase from smart search
    Forum Post Oct 16, 2013
    Is it possible to capture and store the phrase a user enters with the smart search web part?

  • Azure index error
    Question Dec 8, 2022
    I am getting an error on my production server and I am not able to replicate it on my local. The error is: Index can not contain two search fields with the same name 'documentpublishto' but different properties. here is my code: private static void AfterCreatingDocument(...

  • Custom Search Index Module Not Working
    Question May 25, 2022
    Hi everyone, I'm currently using Kentico 11 to try and implement a Search index with custom fields pulling in. For some reason my Custom Module code isn't running - I've followed the tutorials on here https://docs.xperience.io/k11/configuring-kentico/setting-up-search-on-your...

  • SearchHelper.Search is returning inaccurate result
    Question Mar 25, 2022
    Hi, I have a job portal with filter feature. the user can filter jobs by State Code(AR,AL,AZ, etc) The filter feature works fine but I notice that if the "IN" StateCode filter or "OR" statecode filter is selected, it's bringing in every job available. please see below SearchF...

  • Bulk insert exception CMS_SearchTask
    Question Jun 30, 2022
    I've written a bulk insert of products and I'm now getting a Timeout exception when calling _sKUInfoProvider.Set(skuResult.SKUInfo); The timeout is on INSERT INTO CMS_SearchTask any ideas? It appears to be a deadlock on the table

  • RE:Smart search filtering
    Forum Post Aug 15, 2012
    Try putting this in your search results web part for Search Condition: {%IfEmpty(QueryString["datefilter"],"","+DocumentCreatedWhen:" + QueryString["DateFilter"])|(user)michalv|(hash)1638f6c82bf71bf7a52ca30eff52b8fafe3a12d09ab5499d6b5061ae6fe447d6%}

  • Kentico 13 Azure Index Rotation
    Question May 25, 2022
    I'm currently looking to provide index rotation, to allow index B to be rebuilt as index A is in use. I was thinking of overriding the SearchIndexInfoProvider, but this appears to use GetInfoById rather the Get(int Id) so I can't customise, and not sure how I'd identify rebui...

  • CSS Styles for the Smart Search Results web part
    Forum Post Nov 2, 2011
    What styles do I need to define for the Smart Search Results web part?

  •   ... 31 32 33 34 35 36 37 38 39 40 ...