Replies: 1 comment 1 reply
|
Thanks for the note @HakanL 👍 It seems like while scanning we should be able to keep your position in your result set unless the new range doesn't intersect with the current one. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Often I find myself scrolling through pages of log lines and then I find the start of what I'm interested in. I select the event and pick "Search FROM timestamp" to have that as my starting point. The issue is that when I do that the view is reset and I'm back up at the top of my search, which could be hundreds of pages further up. It would be neat if it would keep the current scroll position and just hide whatever is earlier than the FROM timestamp so I don't lose my position. Now I have scroll again, page after page and let it load in-between).
All reactions