You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wanted to retreive some attribute from a collection so I used Query.select(['attr-1', 'attr-2', 'attr-3']), and among its attributes there is a relationships. so the API returns an AppwriteException.
The issue is: when one attribute in Query.select(['attr-1', 'attr-2', 'attr-3']) is a relationship attibute the API return an AppwriteException.
Tthe AppwriteException says: ERROR AppwriteException: Invalid query: Attribute not found in schema at Client.
👍 Expected behavior
It should retreive even the relashipship attribute since it belong to the collection schema
👎 Actual Behavior
...
🎲 Appwrite version
Version 1.5.x
💻 Operating system
Linux
🧱 Your Environment
Googe cloud machine engine
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
When I wanted to retreive some attribute from a collection so I used Query.select(['attr-1', 'attr-2', 'attr-3']), and among its attributes there is a relationships. so the API returns an AppwriteException.
👍 Expected behavior
It should retreive even the relashipship attribute since it belong to the collection schema
👎 Actual Behavior
...
🎲 Appwrite version
Version 1.5.x
💻 Operating system
Linux
🧱 Your Environment
Googe cloud machine engine
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: