1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Temporarily remove Mongo Update option

Part of #335
This commit is contained in:
Nick O'Leary 2014-08-18 11:30:21 +01:00
parent 907ce5c079
commit 76e8512869

View File

@ -74,7 +74,7 @@
<select type="text" id="node-input-operation" style="display: inline-block; vertical-align: top;"> <select type="text" id="node-input-operation" style="display: inline-block; vertical-align: top;">
<option value="store">save</option> <option value="store">save</option>
<option value="insert">insert</option> <option value="insert">insert</option>
<option value="update">update</option> <!-- <option value="update">update</option> -->
<option value="delete">remove</option> <option value="delete">remove</option>
</select> </select>
</div> </div>
@ -103,7 +103,7 @@
<p>This could be a unique constant or you could create one based on some other msg property.</p> <p>This could be a unique constant or you could create one based on some other msg property.</p>
<p>Currently we do not limit or cap the collection size at all... this may well change.</p> <p>Currently we do not limit or cap the collection size at all... this may well change.</p>
<p>You can also choose to <b>remove</b> items. To do so the <b>msg.payload</b> <i>MUST</i> contain an object that will select the items(s) to remove. <p>You can also choose to <b>remove</b> items. To do so the <b>msg.payload</b> <i>MUST</i> contain an object that will select the items(s) to remove.
A blank object will delete <i>all of the objects</i> in the collection. You have been warned...</p> A blank object will delete <i>all of the objects</i> in the collection.</p>
</script> </script>
<script type="text/javascript"> <script type="text/javascript">