-
-
Notifications
You must be signed in to change notification settings - Fork 160
FE: KC: Add search filters #539
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi AlexisD02! 👋
Welcome, and thank you for opening your first PR in the repo!
Please wait for triaging by our maintainers.
Please take a look at our contributing guide.
For this one, we'd need the design solution first. I'll put this on hold until it is done. |
Is there any chance we can pick up this one next? |
Doesn't #1154 solve this? |
Yes, I think that they are the same For a moment I thought that this was something else |
What changes did you make?
Implemented a new filtering mechanism for the connectors grid in Kafka UI. Instead of a single search field, users can now filter by individual fields: Name, Connect, Type, Plugin, Topics, and Status. The filtering logic applies a logical "AND" across these fields.
Is there anything you'd like reviewers to focus on?
Please review the filtering functionality to ensure that each field is correctly applied.
Fixes #244