-
Hi
My codes was working with version 5.0.0 until I updated to 5.0.2
'ModelSchema.paginate({refId': id}, {page: 1, limit: 1000}, function (err, result) {
if (err)
res.send(err);
el…
-
I'm very happy to see the introduction of the Cursor API in Mongoose. I can see many great uses for it.
I'm currently struggling with coming up with a scaleable & performant solution to pagination us…
-
- [x] I tried using the latest `mongoose/mongoose.d.ts` file in this repo and had problems.
- The authors of that type definition are @simonxca in #10084.
Basically this broke my use of mongoose. N…
-
Can we use the feathers-mongoose service directly as a middleware to the express app?
```
'use strict';
const express = require('express');
const app = express();
const service = require('feathers-…
-
Using auth for facebook generated by feathers cli, patch function fails , the issue is with the data parameter in service.js on line 164.
For more verbose explanation
```
feathers-authentication:…
-
Is it possible to write TypeScript header/definiton files for code using object.methods and object.statics?
Like this:
``` typescript
import passportLocalMongoose = require('passport-local-mongoose…
-
Hi there.
Is there any pagination system implemented when listing entities?
Thanks!
-
i'm use mongoose-paginate, that result.page & result.pages is undefined
arden updated
8 years ago
-
FluffOS should build/run on OSX with packages installed with homebrew with ease.
-
So I'm implementing a paginated table that list some records that have subdocuments and i need to add filtering capabilities so that I can filter the list() results using the subdocument field values.…