I am trying to fetch individual users chat for that i have created =>{ id1: my_uid+""+friends_uid , id2: friends_uid+""+my_uid }
and using thid syntax to fetch the data => Query.and([
Query.equal("id1",myInfo?.$id+""+selectedID),
Query.equal("id2", selectedID+""+myInfo?.$id)
])
But i am getting this query data Query.equal("id1",myInfo?.$id+""+selectedID), second Query.equal("id2", selectedID+""+myInfo?.$id) its not getting true not getting second query data.
Recommended threads
- Enabling Overage Usage
Hello Appwrite Support Team, I am currently using Appwrite under the GitHub Student Developer Pack plan. Recently, my project hit the database read limit, and ...
- appwrite-docs MCP fails in Cursor — SSE ...
Hi team, I'm having trouble getting the hosted Appwrite docs MCP working in Cursor on Windows. Environment IDE: Cursor (latest) OS: Windows 11 Node: v24.15.0 ...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...