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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...