Is there some difference if I do this:
const promise = databases.listDocuments( database, collection, [ Query.equal('userId', userId), Query.equal('groupId', payload.groupId) ] );
instead of using "and" query:
const promise = databases.listDocuments( database, collection, [ Query.and([ Query.equal('userId', userId), Query.equal('groupId', payload.groupId) ]) ] );
Recommended threads
- Console cloud is down
As attached I can not login to console and it affected to our services that uses Appwrite <#1102936099745177700> <#564160731327758347>
- Failed sending to target <Email> with er...
Hi! I got this problem and trying to test the resend smtp server. But when I use messaging feature within the console it says. ```Failed sending to target <Ema...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...