Eric HERVE

Results 15 comments of Eric HERVE

Same here, we are using AWS pipeline : ``` npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/dmarcos/three-bmfont-text.git npm ERR! npm ERR! Warning: Permanently added the RSA...

Hi, sorry for the very late reply... I'm updating the plugin on version 2.0.0, this version should work with latest mongoose version. It is not yet a npm package but...

Hi, Can you give me more informations about what you are trying to do ? Small exemple of your models and query ?

Hi, Yes there is no ObjectId search handler in the module. Adding it on configuration is the right way to do it, I tag this issue for enhancement for later....

Hi, in version 2.0.0 the ObjectId search handler is implemented. You can test it by adding this version to your project : npm install --save git+ssh://[email protected]/eherve/mongoose-datatable.git I'm finishing some testing...

Hi, sorry for the late reply... The sort is passed from the client datatable module ont the row that map the date field. The mongoose-datatable module will interpret the order...

Hi, sorry for the late reply ! Search on populated data will be possible in the v2.0.0 of this module (actual master branche but not on npm yet). In previous...

Hi, Thank you for your feedback. I see you are using 'options.populate' on the dataTable function but there is no populate option. I added fields and models to the test...

Hi, The module load only what you are requesting nothing more. So you need to specify each data you want to fetch. You need to add all the field you...