yes, you can go to the settings for the collection and look for the Display Name section
[SOLVED] Show attributes of related collection when creating a document
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
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
Rank 1: Thread
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
Rank 1: Thread
Interesting
What are the attributes you have for the vocabularies collection?
Rank 1: Thread
These
Rank 1: Thread
I only need "text" attribute to show in the list when I add items in the months collection
Rank 1: Thread
These are the attributes of the months collection
What's the size of your text attribute?
Rank 1: Thread
255
Rank 1: Thread
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
Rank 1: Thread
No, I can make it shorter
Rank 1: Thread
Ooooh yes, that should be it ha ha ha
Rank 1: Thread
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 
Rank 1: Thread
It seems I can't update the size of the string attributes
Rank 1: Thread
Could I do that with the CLI on the server?
Nope, we don't allow changing attribute size at the moment
Rank 2: Process
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