#[SOLVED] can i use multiple equal query ?
14 messages · Page 1 of 1 (latest)
I thought multiple queries were treated as an and, so this would be status is Ready AND result is approved AND transType is sale AND uid is {uid}.
You can, should work
i think that's coming in v1.5
I don't believe so, "Each query method is logically separated via AND operations"
it already exists
I think 1.5 is OR
and nested queries
oh i see, let me check docs.
😆 i think my code does same.
AND is added by node-appwrite sdk
i mean query string is generated by sdk.