fix: Support single filters surrounded by parentheses #975
Closed
Replies: 2 comments
-
I've just merged a fix for this in #1170. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been released in Tasks 1.14.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
I'm doing a lot of switching between pairs if similar queries, of which this is one example:
To switch between those, I have to:
(
and)
from(not done)
AND (happens before today)
Request
I would really like
( any valid filter )
to be equivalent toany valid filter
.For example, for
(done)
to work, instead of givingTasks query: do not understand query: (done)
.Beta Was this translation helpful? Give feedback.
All reactions