-
**The README Guide is confusing, Sine :**
```
MySchema.plugin(paginate);
console.log(MySchema.paginate); //undefined
MyModel = mongoose.model('MyModel', MySchema);
console.log(MyModel.paginate); …
-
Being newish to node I am having problems getting it to work and I can not see any working examples on the net to compare against. The code I am using is shown below - it fails at the line:
…
-
My app deploys perfectly fine when running on v3.8.8 on Heroku, but when I change it to v4.2.x, it gives me an error.
I am not sure what to do! It seems like I am stuck on 3.8.8 forever....
```
----…
-
Hi guys, doing a research on google I found your work and look really nice (grats!) I be working with Hapi.js and is a really nice Framework, maybe you can do an extra to support it?
Regards,
-
Somebody can help? I'm using latest master (v0.4) from today.
I'm editing a document, and hiting Save, then i get:
```
POST /keystone/docs/560951e127b314d04fe27bb2 302 72.349 ms
/home/javiercastro/ja…
-
No compatible version found: mongoose-paginate@'>=4.0.1
-
I am new to eskimo, It is a great tool for my project.
When I first start the project, the default user service http://localhost:3000/users/ is not working as expected.
A further investigation on …
-
The title kind of says it all :smile: :
https://circleci.com/gh/edwardhotchkiss/mongoose-paginate
surdu updated
9 years ago
-
Would love to see changes for 4.x
https://github.com/edwardhotchkiss/mongoose-paginate/blob/master/History.md
Thanks!
-
Hi,
when I do the following:
`Group.paginate({destination_country: "some-country-id-1234"}) ...`
I get **no results** back, even though there should be some. Using `{}` as query gives me all Groups…