Category: | Feature request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
The current search form is limited on filtering on Today, Yesterday, Last week, Last Month.
With a lot of reports in the repository kept several years, it should be very useful to search on date ranges.
I attach a screen example of the new search form.
2 Comments:
We are ready to contribute quickly to JasperServer to add this feature in a future release.
After reading the source code, this is not trivial to implement for us because
* many parts of the search UI is driven by complex Javascript/AJAX code
* the CustomFilters are limited only to dropdown lists
* there is no comments in the source code