I'm using self hosted AppWrite v1.7.x. I've created a simple database collection which just so happens to have an attribute named "collection" defined as a String (max chars 100). When I create new documents and apply a value to this attribute all is fine, but when I view the list of documents via the console they are all "undefined". However if I click through onto the document itself, the value I wrote is stored. I've since renamed the attribute to "file_collection" and the list view of the collection works fine, so just thought I'd mention it. Is there a list of reserved attribute names (other than the ones with a $ prefix) defined anywhere?
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...