Sort By Happens #616
Replies: 7 comments 3 replies
-
Thank you for the idea @702573N |
Beta Was this translation helpful? Give feedback.
-
I've been thinking for a while that it would be nice to make consistent which fields can be searched for, sorted and (soon) grouped by... And the grouping code will probably need to be aware of the sort order for some fields... (and could perhaps benefit from a 'reverse' field too... So maybe it might be worth exploring creating a class/concept.bucket-o-stuff to represent a 'property' or 'value' and to provide the logic for searching and grouping, as appropriate... Then when new options are added, there would be fewer locations of code that would need updating... just wanted to jot down the suggestion for now... |
Beta Was this translation helpful? Give feedback.
-
What date should be used for sorting by “happens” if there are multiple types of date? In my own “group by happens” I picked the highest priority date (use due if set, then scheduled if set, else use start) would this work, or should it use the earliest of any values for those 3 fields @702573N @schemar ? |
Beta Was this translation helpful? Give feedback.
-
There has been another request for this in #740. |
Beta Was this translation helpful? Give feedback.
-
It should be the earliest of any values, for me and my routine.
…________________________________
Von: Clare Macrae ***@***.***>
Gesendet: Saturday, April 30, 2022 8:43:35 AM
An: schemar/obsidian-tasks ***@***.***>
Cc: 702573n ***@***.***>; Mention ***@***.***>
Betreff: Re: [schemar/obsidian-tasks] Sort By Happens (Discussion #616)
What date should be used for sorting by “happens” if their are multiple types of date?
min my own “group by happens” I picked the highest priority date (use due if set, the scheduled if set, else use start)
would this work, or should it use the earliest of any values for those 3 fields @702573N<https://github.com/702573n> @schemar<https://github.com/schemar> ?
—
Reply to this email directly, view it on GitHub<#616 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AODP4W3WI5BH3X3PFIKA45LVHTJBPANCNFSM5UABJWNQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've implemented this - see #1419. It will be in the next release. |
Beta Was this translation helpful? Give feedback.
-
Just released in 1.21.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With the new happens query it's now possible to filter all dates no matter if start, scheduled, or due. Unfortunately it is not possible to sort a query by "happens".
Please add "sort by happens" as sorting option!
Beta Was this translation helpful? Give feedback.
All reactions