Skip to content

Commit 067a553

Browse files
authored
Link Sorting.md to related sort order reversing section in Grouping.md (#3461)
Create a link to Grouping.md from Sorting.md to support readers who want to reverse the order of groups in grouped queries
1 parent 8812e36 commit 067a553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Queries/Sorting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@ If given, the sort order will be reverse for that property.
697697
Note that `reverse` will reverse the entire result set.
698698
For example, when you `sort by done reverse` and your query results contain tasks that do not have a done date, then those tasks without a done date will be listed first.
699699

700+
Refer to [[Grouping#Reversing groups]] to specify the sort order of groups when using the `GROUP BY` clause.
701+
700702
## Examples
701703

702704
### Sort tasks by due date, from oldest to newest

0 commit comments

Comments
 (0)