&& instead of , solves this
no need for any other index
were you aware of that?
No that's incorrect
Your code should not have changed. You should have left it the same and ran it after adding the index
i get this error
with the comma of course, not with the &&
again...your code is wrong
with the comma is wrong too?
share your code please
i get the error with this
i mean i also changed the key to what i named the key which is "notebook_and_status"
what do you mean?
did you run this code?
ok so i created this
that's good right?
ok so what should the code be?
this
ah it works
i thought i had to write the key name somewhere
would be nice with examples like that in the documentation
this works too btw, but i guess the one index with both attributes one is faster
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...