You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But those aren't helpful at all. I see a few ways to fix (which are not mutually exclusive):
Create a setting so that users can specify the property to display in the tree
When the user creates a new document, use the value they enter for the id as the "_id" property instead of "id". If I create a document with id specified as "exampleid", this is what I get:
Ideally, this could be made configurable per collection.
For example, one might want to see name or username for a users collection or something like a slug for a posts collections instead of _id.
@adwaitv Does it need to be configurable per collection (which makes for more complicated settings), or would a simple array of ordered properties work well enough, e.g.:
Today the user sees a bunch of ids like this:
But those aren't helpful at all. I see a few ways to fix (which are not mutually exclusive):
We could be using "_id" - I know its possible since I can run this command successfully:
The text was updated successfully, but these errors were encountered: