0 vote
I'm looking for as kind of smart search.
We have several thousand of RDM entries and usually we WRITE the NAME inserting some KEY words to search.
For this we have several session that have common works in the NAME
UNFORTUNATELY the default searc at the bottom line of RDM to not works if you insert 2 or more words.
Example if I have a session NAME like this:
BGPLAB - BEP - bgpesap3 (172.30.6.152) - ec2-user - NEW on SLES 15
I want to be possible to SEARCH for:
"BGPLAB BEP"
But this do not work properly.
Even with the ADVANCED SEARCH I have not found a WAY to find what I need when I have common words in the Session NAME
Examples session name:
BGPLAB - BEP - bgpesap3 (172.30.6.152) - ec2-user - NEW on SLES 15
BGPLAB - BET - bgpesap4 (172.30.6.153) - ec2-user - NEW on SLES 15
BGPLAB - BEQ - bgpesap5 (172.30.6.154) - ec2-user - NEW on SLES 15
SEARCH for:
"BGPLAB BEQ" should give me the output of :
BGPLAB - BEQ - bgpesap5 (172.30.6.154) - ec2-user - NEW on SLES 15
BUT this do not work!
Is there a way to ADD this feature in the standard SEARCH ? If yes... WHEN ?
Hello,
You can achieve this by using boolean operators in your search. You can find more information about them on our help topic here: https://docs.devolutions.net/rdm/user-interface/status-bar/search-filter/#boolean-filter
In your case you could search for BGPLAB || BEQ if you want all entries that match either term, or BGPLAB && BEQ if you want to match entries that have both terms in them.
Regards,
Hubert Mireault