David Johnson created USERGRID-1099:
---------------------------------------
Summary: Order of operations error in Query Execution
Key: USERGRID-1099
URL: https://issues.apache.org/jira/browse/USERGRID-1099
Project: Usergrid
Issue Type: Bug
Reporter: David Johnson
Assignee: David Johnson
I have a test that shows that queries of this form work:
C = c and ( A > a or B = false )
But the very same query formed like this will not work properly:
( A > a or B = false ) and C = c
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)