Merge pull request #420 from NikolayS/patch-1

ordering with DESC & NULLS LAST together
This commit is contained in:
Joe Nelson
2015-12-11 09:24:54 -08:00
+1
View File
@@ -169,6 +169,7 @@ If you care where nulls are sorted, add `nullsfirst` or `nullslast`:
```HTTP
GET /people?order=age.nullsfirst
GET /people?order=age.desc.nullslast
```
You can also use [computed