yes, you can go to the settings for the collection and look for the Display Name section
Thank you Steven! But it seems I didn't explain myself clear or maybe I have to add a config option in order to do what I want. Check this, please:
I have a vocabularies collection and a months collection. A month can have many vocabularies, so I created the relation and it's working nice but every time I want to add vocabularies to a month y can only see every vocabulary ID in the screen to create a document for months collection and I'd like to see more information than only the ID.
I went to the settings of the vocabulary collection like you told me but I don't see the list of attrs I have in the collection itself
And in the months collection I can only see the only attr available in this collection (name attr is not from vocabulary collection, just in case I don't make my point clear).
So, I really don't understand what does this feature do or how can I achieve what I need?
I hope this time I could write my requirement better than last time.
Thanks!
There's a subset of attributes you can select as mentioned in the description of "Display Names". It seems you don't have any compatible attributes
Interesting
What are the attributes you have for the vocabularies collection?
These
I only need "text" attribute to show in the list when I add items in the months collection
These are the attributes of the months collection
What's the size of your text attribute?
255
Would it be because of that?
Does it need to be that long?
Yes, as the description states, only strings up to 50 characters are allowed as display name
No, I can make it shorter
Ooooh yes, that should be it ha ha ha
Sorry, I'm learning to use appwrite still. But hey, I think is A W E S O M E ! ! !
No need to be sorry! Thanks for the kind words <:appwritepeepo:902865250427215882>
It seems I can't update the size of the string attributes
Could I do that with the CLI on the server?
Nope, we don't allow changing attribute size at the moment
So there is no way to expose the MariaDB and change it there?
Definitely not on Cloud.
[SOLVED] Show attributes of related collection when creating a document
Recommended threads
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...