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

Topic Search Filter not work as expected #1532

Closed
teimyBr opened this issue Jul 11, 2023 · 3 comments · Fixed by #1538
Closed

Topic Search Filter not work as expected #1532

teimyBr opened this issue Jul 11, 2023 · 3 comments · Fixed by #1538

Comments

@teimyBr
Copy link

teimyBr commented Jul 11, 2023

Im searching in Kafka Topic over the filter in akhq.

Search 1: Value // Commercial // Contains

{
  "id": "04e2da4c-26a2-4073-82cb-e90ab334fa0c",
  "model": "Commercial"
}

{
  "id": "fb280b17-76cb-4698-b075-edc9028f70e8",
  "model": "Commercial"
}

Search 2: Value // Commercial// Not Contains

{
  "id": "04e2da4c-26a2-4073-82cb-e90ab334fa0c",
  "model": "Commercial"
}

{
  "id": "fb280b17-76cb-4698-b075-edc9028f70e8",
  "model": "Commercial"
}

shows exact the same records.

What i expect is that the AKHQ show in Query 2 non of this records.

AKHQ Version: 0.24
Kafka Version 3.4

@AlexisSouquiere
Copy link
Collaborator

I experienced the same behaviour. I started to work on it (https://github.com/AlexisSouquiere/akhq/tree/feat/fix-search) and will propose a PR soon

@AlexisSouquiere
Copy link
Collaborator

@teimyBr can I have your feedback on the proposal I did in the mentioned PR just above ?

@teimyBr
Copy link
Author

teimyBr commented Jul 20, 2023

Yes tested it out seems like the filter works very good now

@github-project-automation github-project-automation bot moved this from Backlog to Done in Backlog Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants