well, you should have for every record on mongo a copy of groups, membership and auth_user if you want to do that "in one shot". The other way is having a transaction scanning groups, membership and auth_user and cross-reference it with the "FK" of your table....
On Tuesday, April 9, 2013 8:24:58 PM UTC+2, Alan Etkin wrote: > > Would it be possible to implement a conditional mechanism without using > joins for supporting Auth.accessible_query with NoSQL adapters? It's a very > useful tool but it is not available in GAE, MongoDB, etc. This would save > the need for implementing custom methods for filtering queries using rbac > with those backends. > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

