#12 default search doesn't show today's results
Closed: Fixed 4 years ago by kparal. Opened 4 years ago by kparal.

If I open ResultsDB and hit Search, it contains 03/26/2019 - 04/24/2019 (Last 30 days) in the search form. However, that generates a URL like this:

https://taskotron.fedoraproject.org/resultsdb/results?&testcases=dist.rpmlint&since=2019-03-26,2019-04-24

which only shows results up to yesterday, because 2019-04-24 means 2019-04-24T0:00:00. If I change to URL to this:

https://taskotron.fedoraproject.org/resultsdb/results?&testcases=dist.rpmlint&since=2019-03-26,2019-04-24T23:59:59

then it works as expected.

Please adjust the search form to work as expected, i.e. 03/26/2019 - 04/24/2019 means from 03/26/2019 included to 04/24/2019 included. That can be either done by appending 23:59:59, or by bumping the date by one. Be careful to not break today search option. Thank you.


@lbrabec Do you feel like taking this one?

I got burned again today, and took me a long time to figure out what's wrong. Any volunteers?

Metadata Update from @jskladan:
- Issue assigned to jskladan

4 years ago

Metadata Update from @frantisekz:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Verified. Thanks! 💘

Metadata Update from @kparal:
- Issue status updated to: Open (was: Closed)

4 years ago

Metadata Update from @kparal:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata