-
This is my `models/users.ts` file:
import mongoose from 'mongoose';
const Schema = mongoose.Schema;
import passportLocalMongoose from 'passport-local-mongoose';
export inte…
-
Hey @alexsk, thanks for this plugin.
I have a problem with setDefaultLanguage for multiuser, your example dont work and setDefault for all models and not only this request by user.
```
// Set lan…
-
**Is your feature request related to a problem? Please describe.**
Currently is not possible to use chainable methods to compose a query with a cursor.
**Describe the solution you'd like**
```typ…
-
Hi,
I came across a case in my project where I would like to generate a unique slug, so I used your plugin. However, I'd like to have a unique slug *per user*, in other word, a Mongoose Compound In…
-
Hello,
I think it's a good idea to create a new mongoose elasticesearch plugin, because other plugins are not actively maintenanced. But only if your plugin will be maintenanced for a longer time.
…
Hatzl updated
3 years ago
-
I have noticed a large performance hit when implementing mongo-cursor-pagination and I'm trying to determine if that is expected and if there is anything that can be improved. I'm using the Mongoose i…
-
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'i',
1 verbose cli 'mongoose-unique-array',
1 verbose cli '--s…
-
Database layout:
The user/password fields is created automatically by mongoose module
``` javascript
var userSchema = new Schema({
email: {type: String, required: true}, //The account email
…
-
Hi, i'm having a project that's depending on passport-local-mongoose v1.3.x.
I want to upgrade to 4.x
The README clearly states:
**In these cases plan some migration strategy and/or use the sha1 opti…
-
I have read the two discussions (#2571 and #517) that relate to this opportunity, and still do not see any reason to abandon it. Why not? Even if Mongoose should maintain compatibility with the ES5, t…