Opened 13 years ago
Closed 13 years ago
#1638 closed enhancement (fixed)
Add support for 'between' operator in list pages
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.0 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It would be useful to filter on date and numerical columns for values between a lower and upper bound. It should be relatively easy to add, for example, ><
as an operator. It need two values which must be separated with |. The endpoints should be included in the result. For example to find values between 5 and 10 (inclusive)
><5|10
Note:
See TracTickets
for help on using tickets.
(In [5817]) Fixes #1638: Add support for 'between' operator in list pages