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
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...