Hi, I'm using SvelteKit SDK from Appwrite and trying to use contains for query. But I got Property 'contains' does not exist on type 'typeof Query'.ts(2339).
I'am looking for confirmation whether the error is only happening to me or is it not available in the SDK?
Thank you.
Heyy 👋 I can see you are using Cloud, and contains query. Cloud is currently running Appwrite 1.4, and contains query was added in version 1.5.
We plan to upgrade Cloud to 1.5 in upcomming days/weeks - we are actively working on it. Once upgraded, you can update your SDK and use all the new features.
Ahh, I see. Many thanks for enlighten me, can't wait for the 1.5 cloud release.
Recommended threads
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...