We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder if it's possible to add a IsMemberAllowed option, so that it returns results for pages a member can access.
The text was updated successfully, but these errors were encountered:
Hey @AaronSadlerUK,
I'd need to check what values are actually in the index when content is protected.
I'm certain there's something like an __Protected field that could be checked, so an IsProtected() extension method for queries could be easily added.
__Protected
IsProtected()
Not sure if there's any further information in the index that would allow for more granular filtering, e.g. allowed member type aliases?
Callum
Sorry, something went wrong.
I've currently achieved it this way:
Members.MemberHasAccess(result.Content.Path)
I couldn't find anything in the index relating to member groups
No branches or pull requests
I wonder if it's possible to add a IsMemberAllowed option, so that it returns results for pages a member can access.
The text was updated successfully, but these errors were encountered: