Search does not work on the pages without Public Access
If I add a content in a node with no protection defined, search is able to find it. However if I put a "Role Based" protection on the node and add child node to it, search is unable to find the newly added node.
I am on umbraco v
4.0.3 (Assembly version: 1.0.3680.15881)
Unfortunately this is hard coded into the search engine in the Umbaco back office in 4.0.x It will not index any content that has security applied to them.
In 4.1 however, the search/indexing engine has been completely replaced with Umbraco Examine and by default it will allow you to search for nodes that have security applied to them in the back office but this is completely configurable.
Your other option would be to recompile 4.0.3 with this restriction removed (from memory you'd just have to uncomment a couple lines of code in the indexer)
Search does not work on the pages without Public Access
If I add a content in a node with no protection defined, search is able to find it. However if I put a "Role Based" protection on the node and add child node to it, search is unable to find the newly added node.
I am on umbraco v 4.0.3 (Assembly version: 1.0.3680.15881)
Any help will be appreceated.
Unfortunately this is hard coded into the search engine in the Umbaco back office in 4.0.x It will not index any content that has security applied to them.
In 4.1 however, the search/indexing engine has been completely replaced with Umbraco Examine and by default it will allow you to search for nodes that have security applied to them in the back office but this is completely configurable.
Your other option would be to recompile 4.0.3 with this restriction removed (from memory you'd just have to uncomment a couple lines of code in the indexer)
Thanks Shannon, I will give it a go.
is working on a reply...