We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf13a9 commit 9abc135Copy full SHA for 9abc135
src/Query/Filter/Field.ts
@@ -357,9 +357,7 @@ export abstract class Field {
357
358
/**
359
* Create a {@link Grouper} object for grouping tasks by this field's value.
360
- *
361
- * For now, parsing of `group by` lines is currently done in {@link FilterParser.parseGrouper()}.
362
- * Later, this will probably be moved to the {@link Field} classes.
+ * @param reverse - false for normal group order, true for reverse group order.
363
*/
364
public createGrouper(reverse: boolean): Grouper {
365
return new Grouper(this.fieldNameSingular(), this.grouper(), reverse);
0 commit comments