We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iron_bank/lib/iron_bank/query_builder.rb
Lines 65 to 70 in 7aaa80c
See Filter Statements (Zuora Knowledge Center) where and takes priority over or, so it might be OK to query Zuora using ZOQL having more than one conditions, e.g.:
and
or
{ id: '123', type: ['foo', 'bar'] }
The text was updated successfully, but these errors were encountered:
where
No branches or pull requests
iron_bank/lib/iron_bank/query_builder.rb
Lines 65 to 70 in 7aaa80c
See Filter Statements (Zuora Knowledge Center) where
and
takes priority overor
, so it might be OK to query Zuora using ZOQL having more than one conditions, e.g.:The text was updated successfully, but these errors were encountered: