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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...