-
All plugins should be moved into an external repo and required by Linz in package.json if needed.
We should also read the `package.json` for a `linz` property and load any 3rd part plugins that are…
-
Creating a schema with methods as in [instructions from mongoose](https://mongoosejs.com/docs/typescript/statics-and-methods.html) and the [README](https://github.com/dsanel/mongoose-delete#typescript…
Paso updated
8 months ago
-
This is an issue inherent to this project: are we using node native mongodb driver or mongoose npm module? Node native driver is working fine for most use cases but when your node application is stron…
ghost updated
10 years ago
-
If I try to do something like:
```
res.send(query.exec().then(function(data) {
var formattedData = format(data);
return data;
}));
```
the plugin does not work, since it is checking for the…
-
I've been trying to make this work with two schemas in my app and I cant seem to figure it out. I found a reference to someone else with an issue here and used their solution as a guide but its not w…
-
Hello,
I am trying to save some mostly plain text user documents into a new collection encrypted using `mongoose-encryption`.
When I tried, the expected fields of `_id`, `_v`, `_ct`, and `_ac…
-
We would like to save images to MongoDB and want to encrypt the binary data field. And we are aware that the MongoDB object size limit is around 16MB ([Stackoverflow info](https://stackoverflow.com/qu…
-
It looks like the aggregate method isn't documented in readme.md. Not sure if this was intentional or not.
-
## Expected behavior
`postSave` called and make use of mongoosastic plugin through the index method which indexes the model in Elasticsearch
## Actual behavior
`index` is undefined
## Fail…
-
Great plugin! Loving it. This not an issue, unless it's not possible, in which case it's a feature request. Had a quick question about updating embedded arrays...
Say you've got a standard User model…