-
Is there any work around to introduce `deletedBy` field which will contain the ID of the currently logged in user?
-
Hi,
I am using another mongoose plugin for multiple languages, so it dynamically creates new field in the name field.
[https://www.npmjs.com/package/mongoose-intl](url) plugin for multiple langua…
-
Maybe this is coming from a lack of understanding of how it's supposed to work, but I can't seem to map multiple relationships & use `cascadeSave()`:
``` javascript
var mongoose = require('mongoose')…
-
Hey,
When I tried to use mongoose-subquery it gave me this error. Where did I do wrong?
Below is where I used it.
Thanks for your help!
import { Schema as _Schema, model } from "mongoose";
…
-
Express 3.8.39 and corresponding plugin packages introduce vulnerabilities to Aggie, including several of high severity. To resolve these vulnerabilities, we need to update Mongoose and corresponding …
-
Hola, estoy obteniendo el siguiente error:
```
PS C:\Users\xxxx\OneDrive\Documentos\proyectos\ofertas\offersChile> npm start
> offerschile@1.0.0 start
> node ./src/index.js --max-old-space-s…
-
From the instructions, it's not exactly clear how to use this with a dependency injection based codebase.. For example:
the model
```typescript
import { v4 as uuidv4 } from 'uuid'
import { Docum…
-
When mongoose-version plugin is enabled then custom validator functions on Mongoose schema are **run twice** with every request.
-
require("dotenv").config();
const express = require("express");
const bodyParser = require("body-parser");
const ejs = require("ejs");
const mongoose = require("mongoose");
const session = requ…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
In one of my plugins I've set id ```false``` to avoid id in all my models, it worked on 5.13.x, b…