kafka-ui
kafka-ui copied to clipboard
Smart Filter not Working
Describe the bug
For Smart Filter, it will work for only one condition, like value.eventData.dutyDepartment == "VQA"
but when their comes multiple condition, second, third and other condition wouldn't work properly like value.eventData.dutyDepartment == "VQA" && value.eventData.moSapPlant =="123456"
The second part value.eventData.moSapPlant will be ignored, the result will only match dutyDepartement condition
Set up
Docker
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
one condition
result

two condition
result

change condition step
result
The result only will match on first condition
Hello there as93717913! 👋
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. 👀
- Fix character escaping for the filter query
- New line symbols should be present as well
Is there a work around for this at this moment?
Is there a work around for this at this moment?
unfortunately, no. But we're planning to fix this one soon.