mongodb_ecto icon indicating copy to clipboard operation
mongodb_ecto copied to clipboard

Sort/Order by nested

Open Secretmapper opened this issue 7 years ago • 1 comments
trafficstars

How would I run a query similar to: sort({'embedded.field': -1})?

I have tried order_by(desc: "embedded.field") and order_by(fragment("embedded.field")) doesn't work.

Secretmapper avatar Aug 04 '18 05:08 Secretmapper