hey guys i made a appwrite database and i add my documents with relevant attributes in a collection, now is there any way to get randomly one of the document in a collection like without fetching all the documents id and then select one of the document. like it made the process slower if the no. of documents is many
Summary
The user is asking if there is a way to retrieve a random document from a collection without fetching all the documents. They mention that the current maximum limit for getting documents is 100. There is a suggested workaround mentioned in the thread, but it is not clear if it works. The user also suggests upvoting an issue related to this feature on GitHub. The solution is not provided in the thread.