
Let's say I have already implement the multi selected dropdown/combo box in React which have a genres and authors for this books, how can I do this on Appwrite? Yes, this is the first time I am going to use Appwrite but I have already implement this on MongoDB. I do have the book collections, which contains an _id, title, authors(have relations to another collection called author
) and genres (same as with the authors, which have a collection called genres
).
So, the question is can you help me to provide me an insights about this in appwrite like how can I do it in a more logical sense?

The image is only a sample that I have implement on MongoDB and as well as visual representation that I want to do in Appwrite

You can create a many-to-many relationship between books-genres and books-authors. For the drop-downs, just pull the correct collections. You would set the connected Attribute to the $id of the Document to be connected.
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
