jkuehn / gorm-mongodb

Grails GORM implementation for the MongoDB document oriented database
http://www.grails.org/plugin/mongodb-morphia
Apache License 2.0
21 stars 14 forks source link

Sorting Order in MongoDB #5

Closed alexander-riss closed 13 years ago

alexander-riss commented 13 years ago

Hi !

I implemented the sorting order to be applied from the params object in the configQuery method. This enables grails out of the box functionality like sortable tables ( default parameter used there: order: [ asc, desc] )