I noticed that nested AND/OR statements will always be processed at the same level, which is not correct.
For example:
OR
- customer_id
- customer_id
- OR
-- customer_id
-- customer_id
This will create two condition_group at the same validation level and the result may not be correct
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.