How do you query a collection for a not equals?
Query.notEqual("Title", ["dates"])
])```
I get this error
Error: Invalid queries: Query not valid: Attribute not found in schema: Title
the error indicates there is no 'Title' attribute in collection 646587b51b84a01f2ba8
But collections dont have attributes
Oh wait...it also definitely doesn't have a Title
When i remove attributes it still errors
What do you mean?
I am trying to exclude dates from list collections
I still don't understand
Like the date collections
What are date collections?
Its a collection for me to link dates that are in other collections
Ok sure.... anyways, there is no Title in a Collection.
See for the attributes you can filter on https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesListCollections
[SOLVED] Not Equal Query
Attributes that we can query are any attribute we have created? or is it only the appwrite system attributes like $createdAt
Please create a new post in <#1072905050399191082>
alright sorry, was just hoping for a quick response. BRB. Hope you're well Steven
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...