How would I go about this?
For instance, I am a member of user group "foo", which is a subgroup of "bar". I want to query for all nodes of some type that have a limited read access to "foo" thus excluding documents that have read access set to "bar", eventhough I am elligible to access those nodes.
Naturally I would also be returned with documents that may have a read access set to some subgroup of "foo", if I (the session) have access.
Are there some internal relations that I could use? :)
Thanks!
-Emil