cloudant / java-cloudant

A Java client for Cloudant
Apache License 2.0
79 stars 68 forks source link

Allow query operators to be used with ONE query expression element #516

Closed mojito317 closed 4 years ago

mojito317 commented 4 years ago

Checklist

Description

Fixes #515

Approach

I passed the operator to the quoteCurly method and used the array for all the operators except not.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

mojito317 commented 4 years ago

Thanks for the review @bessbd and @ricellis! I'm about to merge this.