Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality of Life: Search TO timestamp tweak #2282

Open
Jm-Fox opened this issue Sep 26, 2024 · 1 comment
Open

Quality of Life: Search TO timestamp tweak #2282

Jm-Fox opened this issue Sep 26, 2024 · 1 comment

Comments

@Jm-Fox
Copy link

Jm-Fox commented Sep 26, 2024

I am fond of the features Event > Search FROM timestamp and Search TO timestamp. They have a slight difference which I find annoying (in 2024.2.11282 at least):

Search FROM timestamp on event X finds events with timestamps >= X's timestamp.
Search TO timestamp on event Y finds events with timestamps < Y's timestamp.

If I'm wanting to review events from X to Y inclusive, a quick use of Search FROM and Search TO filters out event Y.

Workaround: Click on the time filter in the top right > add one millisecond to the TO timestamp.

It's a minor change, but it's pretty often I find myself using the workaround and thinking to myself I shouldn't have to do this.

Proposal:

Search TO timestamp on event Y finds events with timestamps <= Y's timestamp.

@KodrAus
Copy link
Member

KodrAus commented Sep 26, 2024

Thanks for the suggestion @Jm-Fox 👍 The current behavior mirrors how ranges work in most programming languages, where the start bound is inclusive and the end bound is exclusive. That way, when you step through your data at range intervals you don't end up with overlapping results.

That's not necessarily helpful if you just want to see everything between two times though, so I think a Search TO Inclusive option would also be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants