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

Search filter does not work for value equal to null #4491

Closed
4 tasks done
BaoKhanhFontAriel opened this issue Oct 24, 2024 · 1 comment
Closed
4 tasks done

Search filter does not work for value equal to null #4491

BaoKhanhFontAriel opened this issue Oct 24, 2024 · 1 comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@BaoKhanhFontAriel
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

I add filter record.value.name == null to search all values that have name equal to null but it shows no message found

Expected behavior

There should be 1 message found with name == null

Your installation details

Version is kafbat-ui-v1.0.0.jar, I run it with jar file

Steps to reproduce

  1. Produce 2 message {"name":"Sam", "age": 25} and {"name": null, "age": 24}
  2. Add filter record.value.name == null
  3. Result shows no message found

Screenshots

image
image
image

Logs

No response

Additional context

No response

@BaoKhanhFontAriel BaoKhanhFontAriel added status/triage Issues pending maintainers triage type/bug Something isn't working labels Oct 24, 2024
Copy link

Hello there BaoKhanhFontAriel! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant