tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.42k stars 660 forks source link

contains a not contains #1836

Closed Lubrmanus closed 5 months ago

Lubrmanus commented 5 months ago

When searching, even though I specify "value not contains," the results still include items where the value contains the specified term.

akshay232 commented 5 months ago

Can you give one example of the keyword you are searching with?

jonasvoelcker commented 5 months ago

Hi @Lubrmanus,

I've just tested this on my machine and it seems to work. Do you maybe have a search in progress and start a new one? What about hitting the Stop-Button before searching with "Not Contains"?

Lubrmanus commented 5 months ago

It's strange, now it works without any problems, but sometimes nothing happens. Unfortunately, I can't press anything there, and the search doesn't work either, but sometimes it works without any problems. Maybe there's some peculiarity I don't understand. it's OK image And now it doesn't work. image

jonasvoelcker commented 5 months ago

It seems like you are not using our latest version, could you please try to install the 0.25.0 and delete all your related browser caches as well as opening the browser from scratch? There is a service worker, which tries to keep the Frontend in place if no new browser window is used.

You can see that you are running the new frontend when the input fields turn grey ;)

Lubrmanus commented 5 months ago

I upgraded to the new version and the problem is solved. Everything is working on the initial tests.