janez89 / mongoose-materialized

mongoose materialized plugin
59 stars 22 forks source link

#32 Fixed the sorting to affect the descendants #38

Closed adlanarifzr closed 6 years ago

adlanarifzr commented 6 years ago

I've fixed the sorting algorithm to affect the descendants. The default sorting field is _w but it should be working with additional parameters of sort() as well.

janez89 commented 6 years ago

Thank you.