Hello there ! :appwritecheers:
I was playing around with Database, Collections & Documents and I found an "issue" which isn't realy an issue but a missing feature I guess.
I have a collection "Brand(name: String)" and another one "Model(name: String, brand: Brand[ManyToOne]"
I've set a Unique index on brand.name and I wanted to add a index on (model.name, model.brand) but it seems that we can't use Relationship in Indexes.
Am I missing something ? :appwritebow:
Recommended threads
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...
- Error 400: redirect_uri_mismatch
Hi team, Google OAuth was working fine with our Appwrite Cloud setup until yesterday. We did not change any configuration in Appwrite, Google Cloud, or our cod...