[02:55:02] <Trinity> is there any reason why mongodb would return 'key': { 'anotherkey': 0} instead of 'key': {'anotherKey': 1} as it states in the shell?
[02:55:32] <Trinity> i've checked other values and they match so the doc that's being queried matches the one in the db
[02:55:39] <Trinity> but it returns incorrectly for a specific field?
[02:57:39] <Trinity> nvmd I may have figured it out
[04:17:46] <Logicgate> I need to count how many active subscriptions there are in the database, I need to make sure that the customer objects the subscriptions count is aggregated from isn't deleted and that the subscriptions from that customer aren't deleted or cancelled.
[12:37:21] <vak> how to pass an index hint to an aggregate() ? there is no info on this in docs and a call like this: db.c.aggregate(...).hint() leads to TypeError: Object #<Object> has no method 'hint'