Skip to content

Feature / Multi-value filtering for a topic content #1664

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

Open
JesusAparicioOrtiz opened this issue Jan 30, 2024 · 2 comments
Open

Feature / Multi-value filtering for a topic content #1664

JesusAparicioOrtiz opened this issue Jan 30, 2024 · 2 comments
Labels
enhancement New feature or request topic data Kafka Topic data ui Need an ui update

Comments

@JesusAparicioOrtiz
Copy link

Hello @tchiotludo !

Related to #537, I have been using AKHQ for a while and have noticed that there is no functionality to filter by multiple fields of a topic record simultaneously. There is a Search option which allows filtering by key and value using an AND operator. However, it is only allowed to search by a single literal in each field. It would be great if a multi-value search were implemented. So for example, a user could search in a topic with key {productId, storeId and date} for a record with productId = XXX AND date = XXX using something like productId=XXX && date=XXX by an additional search option apart from [EQUALS, CONTAINS, NOT CONTAINS]

What do you think about this feature? I can try to implement it, thanks in advance!

@AlexisSouquiere
Copy link
Collaborator

@JesusAparicioOrtiz the implementation (improved in #1538) already support multiple search patterns (based on a whitespace separator) but it applies an OR instead of a AND (in your request)
image

I agree it can be interesting to have flexibility and support both OR and AND but it can be tricky to implement 😄

@JesusAparicioOrtiz
Copy link
Author

@AlexisSouquiere that's it, in cases where you want to find specific records would be really useful. I will try to implement it!

@AlexisSouquiere AlexisSouquiere added enhancement New feature or request ui Need an ui update topic data Kafka Topic data labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic data Kafka Topic data ui Need an ui update
Projects
Status: Backlog
Development

No branches or pull requests

2 participants