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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...