
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
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
