Search all comments

When I configure something I usually use comments for each configuration I implemen

I was trying to use following but it does not shows anything
/interface> bridge get [ find comment=“defconf” ]
/queue simple find where comment~“defconf”

Question:
How to list all configuration elements based on specific word in the command field?

Thanks
Rafal

/interface print where comment=“defconf”

This is the best that I found. Is true that we need a filter option under export command like grep on Linux or find on Windows

Example on windows: ipconfig | find “IPv6”

So, on MikroTik terminal something like: export and filter=“defconf”

Regards.