Hi,
Ctrl+F has raw parameter filter that helps to find a node with the given value in a specific parameter. I was wondering if there was a way to search for the given value in any parameter? I didnt find any solution, maybe its because it would be too heavy to look in every parameter, but I thought Id try to ask, maybe you guys know.
Ithe only partial solution I sound was in python to loop nodesearch.RawParm() over the parameter names I want. But some times you dont know the parameter name so it would be nice to be able to find it anyway.
Thanks
Martin