I would like to make a query search in Appwrite for Web within a storage bucket and would like to use the startsWith method. But Webstorm can't find the method. Going forward to the declaration of Query Class shows, that these methods are missing.
what version of the SDK do you have?
appwrite 10.2.0
ya that's the older SDK for Appwrite 1.2.x. You'll need to upgrade to 11.0.0: https://www.npmjs.com/package/appwrite
ah, ok.
thanks. it's working now.
[SOLVED] Missing Query methods startWith, endsWith and Between?
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...