Forum Discussion

Inactive User's avatar
Inactive User
6 years ago

API V1 equivalent for IN(x,y,z) and MATCHES(x y z)

Trying to find it in the documentation; unable. I'd like to create a V1 query that has multiple IN values, i.e., in V2, it would be: WHERE id MATCHES ("alpha beta gamma") or  WHERE id IN('1','2',...