Open 9173860 opened 4 years ago
Thanks for creating the demo. I will try and get to this as soon as I can.
any news?
I have a couple of free hours tonight, I will see what I can find.
Please refer to PR #509
@yharaskrik Thank you! Could you to add new version on nest-crud-mongoose npm until nestjsx v5 releases?
Yup I can do that today.
Hi, Thanks for the great project~
I managed to make this working with mongoose using nest-crud-mongoose, which I believe would be able to release together for #332
I've made a basic demo with typegoose and swagger here.
But it seems that search and filter are not working. When I request for
getMany
with s query and enable mongoose's debug option, it turns out mongoose will just executefind
with{}
I've tried using both npm installed
@nestjsx/crud
and git-cloned-built packages from branch v5. But the results are the same.Also, I've dug into the
crud-mongoose
package, and it seemscreateBuilder
inmongoose-crud.service.ts
is not handling search or filter from parsed query. It did handle filter in options and path params, but not search or filter in query stringsWould you please have a check? @yharaskrik Thanks very much.