Ah, yes, that's true. Sorry, that way a typo on my part. Do you have any idea why I get the following results:
* ?query=FieldName:\(x%20AND
%20 y\) = no results (should be 3)
*
?query=FieldName:\(x%20&&%20y\) = 9 results (should be 3)
* ?query=FieldName:\(x%20||%20y\) = 9 results (correct)
* ?query=FieldName:\(x%20OR%20y\) = 9 results (correct)
Is this some sort of encoding issue?