Originally Posted by
serfty
I'm trying to do similar with Matrix-2
"
/f ~bc=O" works to exclude O class but I want to exclude several.
/ f ~bc=O&~bc=N~&bc=Q&~bc=E returns an error:
"
The search failed with QPX Warning. Illegal faring spec: missing Boolean connective"
What is the correct syntax?
[edit]
I see this, but it really does not help:
[/EDIT]
Looks like a simple typo, after the "N" you have the "~" and the "&" reversed. If you swap those two characters it works as desired.