Hello,
I have table with 1:N relation ‘participants’ to Users. I want to query items with ‘participants’ User1 and User2.
I suppose AND query for both values should work, but it doesn’t:
participants.objectId = 'user1Id' AND participants.objectId = 'user2Id'