I understand that doing notEqual like:
Query.notEqual('attr', [1, 2, 3])
Will become:
attr != 1 OR attr != 2 OR attr != 3
Therefore, we need to set up the condition line by line to turn it into AND
condition. Is there a limit to how many lines we can query in one go? I anticipate I will have a notEqual on 1000s records which makes it a very long line. Is there an efficient way to query long list of not Equal?
Recommended threads
- fetching teams error
when I do this : ```// filepath: /C:/Users/hi/Desktop/test/appwrite/src/routes/teams/+server.ts import { account } from '$lib/appwrite'; let loggedInUser: any...
- Is there a way to prevent user updating ...
I want to store some user data in the preferences. However, I don't want users to be able to modify it by directly querying the API. Basically, I want user pref...
- I am looking for CRM and Website develop...
Currently my team needs CRM and Nest.js + React.js full stack developers. If you are interesting, please contact with me. (my budget is not high) https://www.li...