Comments
-
I'm using the same syntax that I would on an "IN" or a "BETWEEN" both of which work fine for me. {"column":"BorrowerLastName","operand":"IN","values":["Fuller","FULLER","fuller"]} works as expected {"column":"BorrowerLastName","operand":"CONTAINS","values":["Fuller"]} returns no values.