From 76e85128694ad8b5e81bc62a9858e8b11ab6be5c Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 18 Aug 2014 11:30:21 +0100 Subject: [PATCH] Temporarily remove Mongo Update option Part of #335 --- nodes/core/storage/66-mongodb.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/core/storage/66-mongodb.html b/nodes/core/storage/66-mongodb.html index 3dbc4925c..3a175c859 100644 --- a/nodes/core/storage/66-mongodb.html +++ b/nodes/core/storage/66-mongodb.html @@ -74,7 +74,7 @@ @@ -103,7 +103,7 @@

This could be a unique constant or you could create one based on some other msg property.

Currently we do not limit or cap the collection size at all... this may well change.

You can also choose to remove items. To do so the msg.payload MUST contain an object that will select the items(s) to remove. - A blank object will delete all of the objects in the collection. You have been warned...

+ A blank object will delete all of the objects in the collection.