
Thank for the new posted video. I have some questions
- Is there limit number of label , thinking for each label for individual collection
- Can I query the collection having specific label
- Can i query the users with specific label
TL;DR
1. Is there a limit to the number of labels that can be assigned to individual collections in Appwrite?
2. Can collections be queried based on specific labels?
3. Can users be queried based on specific labels?
Solution:
1. There is no specific limit to the number of labels that can be assigned to collections in Appwrite. However, keep in mind that having too many labels can potentially impact performance.
2. Yes, you can query collections based on specific labels using Appwrite's API. You can use the `filters` property with the label in the query.
3. Yes, you can query users based on specificRecommended threads
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
