Hi, I am trying to run a query which used $id of the document but I keep getting an error that $id not found. Do I have to make an index for $id or $id is privately used by appwrite? In the meantime I have added an attribute for my own custom user_id implementation.
Summary
User is trying to run a query using $id of a document but keeps getting an error that $id is not found. They are asking if they need to create an index for $id or if $id is only privately used by appwrite. The user has added their own custom user_id implementation in the meantime.
Solution: Create an index for $id or use a different attribute for custom user_id implementation.