Sorting document based on attributes with dot (.) is not working
inespo opened this issue · 0 comments
inespo commented
Sorting document based on attributes with dot (.) is not working. It doesn't sort the documents based on the attributes and it doesn't provide any error message.
This is tested using MongoCollection.
For example, sort with attribute "foo_key" is working fine, but "foo.key" doesn't.