0 vote
Hello,
Is it possible to implement regex (or at least *) in the search functionality ?
For instance would be great to search for Connections matching something like this patern :
"TEST-*5" to look for connections starting with "TEST-" and finishing by "5"
snip_20180530075629.png
Not perfect but you can use "TEST- && 5". It will find TEST-asdf-5 but also 5-TEST-asdf
More information here:
https://help.remotedesktopmanager.com/index.html?file_options_ui_filter.htm
Stéfane Lavergne
Hi stephane, thanks for the feedback, not perfect as you said but it's ok for my need.