Bugs with the condition keywords `within` and `not_within`
If I read it correctly, the current implementation for the within
and not_within
selections don't work:
We should change:
condition_val[0]
-> condition_val[1][0]
condition_val[1]
-> condition_val[1][1]
Edited by Jay Chan