Frends.MongoDB.Query / 1.0.1
Summary
Finds the documents matching a filter and returns them.
Typical use — reading document data into a Process, with the filter expressed in Mongo's own query form
Input parameter.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Filter | String |
– | {'foo':'bar'} |
Filter document. |