-
-
Notifications
You must be signed in to change notification settings - Fork 86
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 #630
Comments
Hi BaoKhanhFontAriel! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
Hi, I'd be happy to work on this issue |
I've played a little around this issue. I can reproduce the behaviour in a unit simple test, using just the plain CEL library. I found this in the CEL lib documentation ( here ):
I didn't manage to compare anything (the
Gives me an output result like this:
Do you know a specific way to do this kind of comparison using this library? |
Can you send a draft PR with your progress so far? I'd like to try/experiment what the change looks like along with you |
yeah me neither, I've tried |
Hi, |
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe 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
Screenshots
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: