[03:24:38] <s2013> im a bit confused about the way to properly use the node.js library.. do i need to do MongoClient.connect each time?
[04:20:52] <Streemo> {location: geoJSON, score: randomRealNumber, author: someAuthor} trying to get the score of an author within a location, scores are summed linearly. db.docs.aggregate([match, group]. Match docs geoWithin. group by author, sum on score.
[04:21:21] <Streemo> I need the returned documents to be sorted. Ideally, I could do something like .aggregate([match,group,near])
[04:22:27] <Streemo> aggregate i necessary because i need to GROUP docs. but i need the returned docs to be sorted by loc. geoNear aggregation takes over my entire agg pipeline meaning i cannot group my docs too... unfortunately.
[15:53:08] <kuter> it's completly different approach to db ..
[19:27:56] <gothos> Hey guys. I'm using casbah and mongodb 3. I call the aggregate method but nothing is return, when I enter some data and call aggregate again I get a lot of data returned
[19:28:15] <gothos> not just the data I just entered. Any idea what might be the cause?