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
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Greetings,
I see Genghis shows ID by the time they are created not by the ID number
Assume We have 3 collections:
{ "_id": 1, "user": "a" } //Created on 1st jan
{ "_id": 5, "user": "c" } //Created on 2nd jan
{ "_id": 2, "user": "b" } //Created on 3rd jan
Why doesn't genghis arrange them according to their IDs and not by the time/date it was created.
Any help?
Thanks!
The text was updated successfully, but these errors were encountered:
Greetings,
I see Genghis shows ID by the time they are created not by the ID number
Assume We have 3 collections:
{ "_id": 1, "user": "a" } //Created on 1st jan
{ "_id": 5, "user": "c" } //Created on 2nd jan
{ "_id": 2, "user": "b" } //Created on 3rd jan
Why doesn't genghis arrange them according to their IDs and not by the time/date it was created.
Any help?
Thanks!
The text was updated successfully, but these errors were encountered: