Malcolm Landon
Results
1
issues of
Malcolm Landon
## Feature Request Currently, you can specify a CollectionFilter for a MongoDB source like this: ``` var source = mongodb({ "uri": "mongodb://localhost:32769/local_database", "collection_filters": "{ \"collectionname\": {\"property\": \"test.68817\"}}", }) ``` The...