tepkin icon indicating copy to clipboard operation
tepkin copied to clipboard

Implement sort on find()

Open targeter opened this issue 9 years ago • 1 comments

I think the MongoCollection.find method is missing the sort parameter, making it impossible to sort simple queries.

targeter avatar Jul 24 '15 13:07 targeter

You can use the $orderby operator as a workaround: http://docs.mongodb.org/manual/reference/operator/meta/orderby/

Here is an example: https://github.com/fehmicansaglam/tepkin/blob/master/tepkin%2Fsrc%2Fmain%2Fscala%2Fnet%2Ffehmicansaglam%2Ftepkin%2FGridFs.scala#L104

fehmicansaglam avatar Jul 30 '15 22:07 fehmicansaglam