Select function of Query class cannot be used. How to use select query if i need only some attributes in the response.
what do you mean it can't be used?
are you using appwrite cloud? the new queries were introduced in 1.3, which isn't what cloud's based on.
Using query.select function is sending exception from appwrite cloud
Currently, cloud is 1.1
ohhh
any timeline when it would be released?
nothing certain yet. it was mentioned that cloud will be upgraded to 1.2 soon, then 1.3 after it's been stable and reported no issues.
ok then...thank you
lots of data sent in response can be stopped by using that single feature..Waiting for that feature
correct. I'm sure the devs have valid reasons for not basing cloud on 1.3. all we can do is wait 😁
if your issue has been resolved, can I mark the question as solved?
yes
[SOLVED] Query.select not valid exception error
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...