AppwriteException: Invalid query: Query value is invalid for attribute "code"
TL;DR
Developers are experiencing an issue with the Query method "startsWith" not working properly with a number field. This is resulting in an Invalid query exception for the attribute "code". Consider converting the number field to a string type before using the Query method.