-
Hello,
I'm using mongoose-archiver and when removing documents the archived records are created and all is well. However, when trying to use the `.archive()` method to fetch the documents it does n…
-
EDIT:
It turns out this is a Mongoose 3.8 compatibility issue. Fixes are required to support the new Mongoose query builder `mquery`.
Not a bug, just needs updating.
#
Hi,
Using similar code to t…
-
**Is your feature request related to a problem? Please describe.**
Not related to a problem.
I'm using Mongoose and in order it to work properly I have to map the Mongoose Document interface of my…
-
Hi,
I'm trying to use aggregate on initial access to a document, I have encrypted the subdocument. Error: UnhandledPromiseRejectionWarning: Error: Authentication failed: Only some authenticated fie…
-
Hi,
I have an issue with your plugin, used with typescript.
Typing a property as String is mandatory and your plugin throws an exception if not.
However, your plugin transform the property that …
-
Hey!
I'm actually facing an issue using `class-transformer` using NestJS. I try to exclude some properties for my response, but getting following error:
```
TypeError: obj.toObject is not a fun…
necm1 updated
2 months ago
-
Hi im trying to use soft delete with typescript
```
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/globant/Documents/repos/spybee/node_modules/mongoose-softdelete/src/mongoose…
-
When using requires like so
```node
const paginationPlugin = require("mongoose-cursor-pagination");
projectSchema.plugin(paginationPlugin.default);
```
The only way to get the plugin working is t…
-
I'm trying to implement mongoose-id-validator in a NestJS project. When I do, the creation of the object gives me a timeout of more than 5 seconds, both when the IDs are valid and when they are not va…
-
This plugin is great, unfortunately we can't provide a custom function like [mongoose-slug-plugin](https://www.npmjs.com/package/mongoose-slug-plugin#custom-slug-library).
I would like to use lima…