CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Bugfix: Fix sort and limit #358

Closed FilipNest closed 7 years ago

FilipNest commented 7 years ago

Entity sort and limit were using "asc" and "desc" when it should really be -1 and +1 as per MongoDB and NeDB.