Hi Lifters!
I apologise if this is retreading old ground, but could anyone point
me towards a way to execute the following query:
> db.userinformations.distinct("groups")
in mongodb-record?
What I've had to settle for at the moment is
Set(UserInformation.findAll.flatMap(_.
groups.is))
which is not, of course, the same thing at all.
Thanks!
c