Add a filter "between" for dates and priority #1178
Cito
announced in
Ideas: Any New Feature Requests go in Issues please
Replies: 1 comment 1 reply
-
Many thanks for logging this.
I'm unsure about that. I think there's a bit of a tension there between those with technical knowledge of SQL versus English speakers knowing the conventional meaning of 'between', which is not inclusive. I wonder if there is a way to make the behaviour explicit - perhaps with keywords for both inclusive and exclusive, and require the user to specify which they want. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
A new filter operator
between
could sometimes be useful, so that you can write filters likeThis would be just syntactic sugar for
I.e. the
between
should be interpreted as being inclusive, because it is done like that in SQL and we don't want to confuse people who already know SQL.Maybe it would also make sense to support this operator on priorities, like
And once we have custom score functions, this could also extend to them, like
Again, this is only syntactic sugar and nice to have, similar to #124, it can already be done using multiple filters and boolean expressions.
Beta Was this translation helpful? Give feedback.
All reactions