tblobaum / mongoose-troop

plugins for your mongoose schemas.
MIT License
242 stars 29 forks source link

Issue 19 - pagination module working with Mongoose 3 #20

Closed wdulin closed 12 years ago

wdulin commented 12 years ago

Changed default fields argument to be an object instead of an array since Mongoose 3 only accepts strings or objects as arguments to query selects.

Also changed README.md pagination example to use a string for field argument instead of an array.

Updated: Submitted pull request with changes.