made asc sorting optional and added regression tests
This commit is contained in:
parent
a1a335a53c
commit
dc8463a290
4 changed files with 36 additions and 17 deletions
|
|
@ -29,6 +29,7 @@ Bool does not support the wildcard operator, only the literal strings `true` and
|
|||
The sort statement consists of the literal string `sort`, the field name (nesting like above is supported) and the literal strings `asc` or `desc`.
|
||||
|
||||
```
|
||||
sort:<struct field> (short version for asc)
|
||||
sort:<struct field>:asc
|
||||
sort:<struct field>:desc
|
||||
sort:<struct field>.<struct field>:desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue