Say I have 2 document types, User and Group.  A user can be in many groups
and a Group can have many users.  So I store an array of group ids in each
user document.  Is there a way to write a view that returns all of the group
documents for a given user?

Reply via email to