Hi there! And thanks for Processwire!
It appears that i've found something interesting about PW selectors. They should only be strings! Here's an example of SQL-like syntax for selector:
$my_complex_selector = "
name='some name',
parameter=123,
other_parameter=[subparam>=subvalue]
";
Try...