[SOLVED] Show attributes of related collection when creating a document
- 0
- Resolved
- Databases
- Realtime
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
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...