Description
👟 Reproduction steps
Summary
While attempting to create relations between documents in the collections nodes
, resources
, and roadmap
, only certain document IDs appear in the relation input field. Specifically, document IDs starting with 68...
are not shown, whereas document IDs starting with 67...
do appear correctly.
screenshot
Steps to Reproduce
Open the Appwrite Console.
Navigate to a collection (e.g., nodes) where you want to create a relation field.
Try to link a document from another collection (resources or roadmap).
In the relation input, try searching for a document ID that starts with 68....
Observe that it does not appear, while IDs starting with 67... do.
👍 Expected behavior
All valid document IDs from the target collection should be available and searchable in the relation input, regardless of the ID prefix.
👎 Actual Behavior
Document IDs starting with 68...
are not appearing in the relation UI, preventing the creation of intended links.
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct