Using AppWrite Cloud & Im facing issues when running Queries in collection.
Actually,the queries is running perfectly fine in my old colelctions and I've tested all queries function on them but In New Collections,i am getting an error while querying even fetching & creating the data is working well on new collections but unable to do query
Like if I run query ::
Query.equal('Name', 'Coca Cola')
getting an error ::
ERROR Error fetching city data: [AppwriteException: Invalid query: Attribute not found in schema: Name]
While I've attribute named Name in my collection.
Ive tested all queries function in these new collections but none of them is working.