Closed jkerr5 closed 6 years ago
Use the form op.ne("a", (1,2))
op.ne("a", (1,2))
Also update the "in" operator to use this form op.eq("a", (1,2))
op.eq("a", (1,2))
Could not get the recommended op.ne and op.eq calls to work so had to stick with the op.or and op.not + op.or. Will create a new issue to fix once the correct API calls are determined.
Use the form
op.ne("a", (1,2))
Also update the "in" operator to use this form
op.eq("a", (1,2))