User story #6298
closedSearching on key=value properties is not easy
Description
On all the desktops I've got in Rudder I have two key=value properties. One is for the user the desktop belongs to, one is for the room of that user.
This makes life easy and I can get rid of the desktop list in our wiki. E.g.
User: Dennis Cabooter
Room: 16.14
For example if a user calls me with a problem, I need to find which desktop belongs to him. Now I have a few possibilities to do this:
Name=Value > Regexp > .*=.*Cabooter
Or:
Name=Value > Name= > Name=Cabooter
It would be nice if that could be a little more easy. E.g.
Name=Value > Name= > Cabooter
And:
Name=Value > Value= > Name
For example if I want to list all the nodes that have the Name/Room keys set. Maybe I forgot one, and in this case I don't have to check all nodes one by one.
Additionally to the "Regex" criterium, it would be nice if was possible to search on "Part of string" without knowing how to do regexes.
This would apply to all search criteria in Rudder.