kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Smart Filter not Working

Open as93717913 opened this issue 3 years ago • 4 comments

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 image result image

two condition image result image

change condition step image result image The result only will match on first condition

as93717913 avatar Aug 02 '22 09:08 as93717913

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. 👀

github-actions[bot] avatar Aug 02 '22 09:08 github-actions[bot]

  1. Fix character escaping for the filter query
  2. New line symbols should be present as well

Haarolean avatar Aug 03 '22 09:08 Haarolean

Is there a work around for this at this moment?

mk-khan avatar Aug 04 '22 06:08 mk-khan

Is there a work around for this at this moment?

unfortunately, no. But we're planning to fix this one soon.

Haarolean avatar Aug 04 '22 11:08 Haarolean