Whilst doing some testing I seem to have stumbled on a bug.
If I just filter where id != X I get back my expected result set;
https://apisandbox.dev.clover.com/v3/merchants/1VG...
If I just filter where
employee.id != X I get back my expected result set;
https://apisandbox.dev.clover.com/v3/merchants/1VG...
But if I try and combine the two;
https://apisandbox.dev.clover.com/v3/merchants/1VG...
It looks like the
employee.id criteria is being ignored.
Am I doing something wrong?