I want to filter the document based on reference which is a relationship with other table 'references'. reference field can be nullable
Not supported
Yet
then how can I do that, is there any work around?
I have to only show the guests of the person who is currently logged in
is there any other way? Please there must be something we can do if we can't able to filter the relationships
atleast tell me the how to use OR between multiple queries instead of AND
Not supported yet. You would need to make separate API calls
If you have document security enabled and documents are configured with read access for certain users, people will only be able to fetch what they have read access to
Recommended threads
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...