-
e.g. https://github.com/euqen/mongoose-paranoid-plugin/issues/6
-
Hi,
I'm trying to get slugs for subdocs to work but I get an error, what I currently have is:
```
import mongoose from 'mongoose';
import URLSlugs from 'mongoose-url-slugs'
const Schema = m…
-
Given any model wich I want to scope by two reference_fields ['fieldA','fieldB'] this would give an error of mongo duplicate key.
```
const mongoose = require('mongoose'),
Schema = mongoose.S…
-
The current version appears to support unique keys however not complex unique keys.
**Example**
```
const mongoose = require('mongoose');
const beautifyUnique = require('../scripts/mongoose-bea…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm also experiencing the typescript issues mentioned below. I tried npm installing all the @types/ but that didn't help.
I still have this issue with typescript, doesn't compile because register…
-
Hello,
I'm trying to use the plugin because I'm using an existing dataset that doesn't follow Mongoose conventions. Typically, I have this kind of models:
``` javascript
var task = {
Status: 'Don…
Pyo25 updated
8 years ago
-
Using mongoose version `4.3.7` and node `4.2.4`, this does not seem to work at all. Gives no errors either.
Model:
```
TweetSchema.plugin(supergoose, { instance: mongoose })
```
Controller:
```
…
-
I ran into an issue where the children documents were not being recognized and decrypted properly. The children are not in an array, and just a single sub-document.
I'm using Typegoose and 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";
…