[#4688] - Extending search to support date ranges

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.

AttachmentSize
Image icon search.png23.66 KB
jcrogez's picture
18
Joined: Feb 25 2010 - 8:16am
Last seen: 13 years 7 months ago

2 Comments:

#1

We are ready to contribute quickly to JasperServer to add this feature in a future release.

#2

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

Feedback