Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove sort example from simple query language (236) (#804)
The `sort=id:desc` example doesn't fit the "equality comparison for a logical property". It also leads to confusion on how to indicate how the result should be sorted (rule 137 says `sort=-id`). This replaces it with another "logical property", the age (which is often calculated from the birthday and current date).
- Loading branch information