Mercurial > p > roundup > code
diff doc/overview.txt @ 6118:e6073c2291c6
Better Date filtering
Allow filtering by multiple date ranges or empty date.
Date ranges are separated by comma, an empty date is represented by '-'.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 02 Mar 2020 19:02:16 +0100 |
| parents | 91008ec8f9a0 |
| children | 24e2eeb2ed9a |
line wrap: on
line diff
--- a/doc/overview.txt Sat Feb 29 12:30:42 2020 -0500 +++ b/doc/overview.txt Mon Mar 02 19:02:16 2020 +0100 @@ -544,7 +544,9 @@ - *string* properties appear as text fields supporting case-insensitive substring match - *date* properties appear as a text field which accepts a date - range with start, end or both + range with start, end or both. Multiple date ranges can be specified + separated by a comma. An empty date can be searched for by specifying + '-' instead of a date range - *link* properties appear as a group of selectable options (the filter selects the *union* of the sets of items associated with the active options)
