nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

Poor documentation / cache not working? #767

Open GustavoContreiras-Feegow opened 2 years ago

GustavoContreiras-Feegow commented 2 years ago

I really liked the lib but I think the documentation is really week in examples...

How to use the cache parameter? Couldn't find any complete example.

The only way I could make cache always refresh is using cache=${new Date().valueOf()} but I know this is not right (I should be using 0 to reset and 1 to keep cache, but that is not working).

Same with join parameter: you find blocks of codes but can't find the classes used in the block of code.

rewiko commented 2 years ago

https://github.com/nestjsx/crud/pull/688

GustavoContreiras-Feegow commented 2 years ago

How to use $in parameter? Didn't find any example.