leodinas-hao / mongoose-query-parser

Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...
MIT License
68 stars 17 forks source link

Support of subdocument population #8

Closed vaggeliskls closed 2 years ago

vaggeliskls commented 4 years ago

In your plugin the subdocument population is not supported because you use the split(".", 2) in order to support the spesific selection of fields. I suggest change it to ":" in order to support both of them. Thank you.

leodinas-hao commented 2 years ago

This is the same feature request as this one.