Copied to clipboard

Flag this post as spam?

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


  • Henry 21 posts 141 karma points
    Oct 06, 2015 @ 13:23
    Henry
    0

    Indexing pages with Role Based Protection

    Hello,

    Firstly - really fantastic plugin thank you! Has anyone implemented this on an umbraco site using role based protection.

    At the moment pages with protection enabled are not getting indexed. (I'm sure this is great for most people) but I need to index these pages. Is this possible?

    Thanks, Henry

  • Henry 21 posts 141 karma points
    Oct 06, 2015 @ 13:35
    Henry
    100

    Woops, I'm an idiot.

    In case anyone is wondering, go to your ExamineSettings.config and update your FullTextIndexer: supportProtected="true"

     <add name="FullTextIndexer" type="Governor.Umbraco.FullTextSearch.Providers.FullTextContentIndexer, Governor.Umbraco.FullTextSearch" runAsync="true" supportUnpublished="false" **supportProtected="true"** interval="10" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableDefaultEventHandler="true" indexSet="FullTextIndexSet" />
    
Please Sign in or register to post replies

Write your reply to:

Draft