In this library, while the sortBy is allow user to input multiple sortBy value, but it won't work at all. because of the following code in
/nestjs-paginate/lib/decorator.js
is this any consideration for not supporting multiple sortBy, if not , it would be great to allow sort-by to have more value.
for example to support the following structure and split it by comma.
typeorm support the following structure with queryBuilder
and also
In this library, while the sortBy is allow user to input multiple sortBy value, but it won't work at all. because of the following code in /nestjs-paginate/lib/decorator.js
is this any consideration for not supporting multiple sortBy, if not , it would be great to allow sort-by to have more value. for example to support the following structure and split it by comma.
http://localhost:3000/cats?limit=5&page=2&sortBy=color:DESC,title:ASC