#4347: Quire Feedback
Status: To-do

IMHO, when the group by tag and filter by tag are used together, only the tags selected in the filter should be listed in the groups. Currently, all tags that appear together with the filtered tags are also shown. For instance: consider I have the following tasks: T1 #writting #post T2 #development #test T3 #writting #report T4 #development #coding If I want to see the next "writting" and "development" tasks, I could group by tag and filter tasks that contain "writting" or "development". However, when I do so, all other tasks groups ("post", "test", "report", "coding") are also presented which makes the view quite cluttered.

Created by (deleted-2v1N) Mar 29, 2021

Hi @filipemtz - Thank you for your feedback!

when I do so, all other tasks groups ("post", "test", "report", "coding") are also presented which makes the view quite cluttered.

This is because T1 has the tag #post and T2 has the tag #test and so on. That's why the tag groups (#post, #test, #report, #coding) will still be listed out. I understand it might seems cluttered, unfortunately, this is our logic behind our Group and Filter. I hope you can understand. Again, thank you for sharing your feedback!

Peggy, Mar 31, 2021