Hi I'm trying to create a question app for a competitive exam I'm using appwrite in appwrite i have a Database with questions where two collection is available one is category and other is questions related to category like in category collection i have a document name UPSC with collection id of UPSC questions so i can get the all questions but now before i want to add more options under upsc list don't want to show all questions i want to show options like gk maths etc in when someone click on any option in want to show all questions related to that category like all questions in upsc maths i can create a category of upsc category then a can show category but i want to find a easy solution appwrite don't have option to add category as a attribute i can compare a string to but i just want to find a easy option anyone can help me
Can you only have a questions collection with category as a string attribute? Then, you can filter based on that attribute
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...