
Hello, I am using SvelteKit and node-appwrite 12.0.0 and the Query.contains type does not exist.
import sdk, { Query } from 'node-appwrite';
This is how i am attempting to use it
const docs = await databaseNode.listDocuments(dbId, PRIVATE_COLLECTION_USER_DATA, [Query.contains('search', query)]);
When i look at the package index.d.ts
where it has export class Query {
. its not listed as a type
Any ideas? Thanks
Recommended threads
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
- Does self-hosted Appwrite have read cach...
I wanted to switch from local storage to S3 (more specifically Backblaze B2), but I would like to have ~100GB on my VPS as read cache, so most frequently access...
