Results keys are in mixed order after Find
#10
Labels
area/plugin
Plugin-related issue or feature request
bug
Something isn't working
good first issue
Great issue for new contributors
Expected Behavior
When a request is made with Find(), the order of the keys of the results should be the same as the results sent by mongodb.
It can be corrected afterward with another task but when the keys are dynamic i'ts not very practical.
Actual Behaviour
The order of keys get mixed.
Steps To Reproduce
1/ Create a new collection
2/ add those documents
[{"test": "test-1", "foo": "bar"}, {"test": "test-2", "foo": "fighters"}]
3/ request the collection with Find
4/ the result (ion) should be something like :
the order of the keys is mixed, but when requested with mongo cli the order is respected.
Environment Information
Example flow
No response
The text was updated successfully, but these errors were encountered: