
Hello when i try to make one to many relation, allow me to add only 25 items but if my collection contain more than this, how can i solve it ?!

@Moderator

@Core

No need to pin everyone 馃槄

I am sorry but this problem confuse me. 馃槄

I think in such case it will be better to handle that without a relationship

In that case you should use a function to validate that, and only give read permissions to the collection. That way you make sure that write operation must be done by the function

I need to return all documents ?!

If I understood well you want to limit the number of documents in the relation to 25 items right?

Yes i need to return all of collection items

You should not get all documents at once

Unless it's 100% needed. Instead you should use pagination

And not a relationship

I'm very confused by what you're asking

Do you have better examples and more context?

Also please don't tag everyone and be patient. This is a community server, and it's very disruptive to be mass tagging people.

I'm a little confuse too, relationship currently return all child documents, are you talking about parent documents?

Hi @mo7amedtech could you solve it?
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I鈥檓 running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: {聽聽"name":聽"upload-whitelist",聽聽"type"...
- Sites 30MB limit from GitHub
I鈥檓 deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it鈥檚 in a subdirectory with the root being an html landin...
