[06:35:33] <a13x212> eeerrr, i was using double quotes instead of single quotes
[10:44:37] <zymogens> Hi. I have a document with a field called subscribers. It contains an array of up to 5,000 Object_ids in it. Can I do a query to bring back all the documents in that collection and just get back a true value for that field if a certain id is in it rather than getting the 5,000 Object_ids. Hope that makes sense? Thanks.
[23:12:29] <omnidan> I have an admin user with roles ['userAdminAnyDatabase', 'clusterAdmin', 'readWriteAnyDatabase', 'dbAdminAnyDatabase'] but genghis can't use it, what could be wrong?
[23:15:56] <omnidan> nevermind, seems to work now, was probably just a genghis bug because I reloaded it and it worked
[23:27:15] <flatr0ze> a QQ here: how do I make mongo/Meteor return/insert things the way I put them in? I insert ' " ' and get ' " ' back... this screws up my hashing functions. Thanks!
[23:28:39] <flatr0ze> ah, nvm, it's me stupid... I filter that by hand on insert