Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nelson 2 posts 22 karma points
    Nov 10, 2014 @ 17:55
    Nelson
    0

    SearchProviderCollection SmartBlogSearcher not found

    After installing the module and running a search I get an null exception on the file SmartListPosts.cshtml on the line

    results = SmartBlogLibraries.Helpers.Search.SearchBlog(out filter, out searchTerm).Select(x =>((IPublishedContent)Umbraco.Content(x.Id)));

    After a bit digging I found the ExamineManager.Instance.SearchProviderCollection["SmartBlogSearcher"] returns a null value. I don't see any items related to the SmartBlogSearcher search provider on the documentation. Any ideas?

     

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Nov 10, 2014 @ 23:23
    Alex Skrypnyk
    0

    Hi Nelson,

    Do you have SmartBlogSearcher in your Examine config? Did you try to restart application ? Something in TraceLog ?

    Thanks

  • Nelson 2 posts 22 karma points
    Nov 11, 2014 @ 06:09
    Nelson
    0

    I have copied one I found on the main blog and the exception is gone but the configuration parameters are not working propertly due searches are not limited to the blog. Is there a sample of the SmartBlog configuration files for the search that I can look at? 

Please Sign in or register to post replies

Write your reply to:

Draft