From bc8acd24aea49ff51e41b8ae5632e55d1e49d6f2 Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Wed, 10 Sep 2014 14:13:59 +0100 Subject: [PATCH] Added count and aggregate operations to MongoDB In node --- nodes/core/storage/66-mongodb.html | 22 ++++++++++--- nodes/core/storage/66-mongodb.js | 50 ++++++++++++++++++++++-------- red/util.js | 12 +++++++ test/red/util_spec.js | 29 +++++++++++++++++ 4 files changed, 95 insertions(+), 18 deletions(-) diff --git a/nodes/core/storage/66-mongodb.html b/nodes/core/storage/66-mongodb.html index 1326ba9c8..bb9c021d8 100644 --- a/nodes/core/storage/66-mongodb.html +++ b/nodes/core/storage/66-mongodb.html @@ -69,7 +69,7 @@ -
+
+
+ + +
@@ -148,9 +156,12 @@