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?
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?
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?
Hi Nelson,
Do you have SmartBlogSearcher in your Examine config? Did you try to restart application ? Something in TraceLog ?
Thanks
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?
is working on a reply...