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
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- `project_id_missing` in Cloud Function w...
I've got a cloud function written in `Dart-3.12` that I'm trying to create a file in a file bucket. I'm using the latest `dart_appwrite` sdk (`26.1.0`) and App...
- Batch Size of Bulk Operations
Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the foll...