hypertrace/document-store

Sorting document based on attributes with dot (.) is not working

Opened this issue · 0 comments

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.