-
Notifications
You must be signed in to change notification settings - Fork 83
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
Search and Filtering interface is confusing and inconsistent #161
Comments
👍 spend a fair bit of time on that too |
Any work on that issue? I'm really confused about that behaviour |
Thanks for your input. To get a better understanding, how would you expect the filter to apply when you click the "apply filter" button? From the head of the topic? Moving forward from the current position? Thanks! |
The above PR should be included in the next release. |
released v2.5.1 which includes this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just added the StringSearchFilter from the examples repository, and trying to figure out how to get the configured search and filters to actually apply was quite difficult. It turns out that I need to put in the string I want to search for... and then click one of the page/seek buttons on the browse list...
Would it be possible to add a simple "Apply Filters" button to the Search and Filtering pane? Some of the other filters (for example the Timestamp Seek one) has a nice button labeled "Seek" that applies the configured filter, it seems that the Record Filters section should have a similar button to just re-query kafka, but with the configured Record Filters in place
The text was updated successfully, but these errors were encountered: