nestjs-paginate icon indicating copy to clipboard operation
nestjs-paginate copied to clipboard

Pagination and filtering helper method for TypeORM repositories or query builders using Nest.js framework :book::paperclip:

Results 95 nestjs-paginate issues
Sort by recently updated
recently updated
newest added

When selecting column from query string without primary key, All the columns of entity and relation entity shows even those columns not included in configurations.

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [reflect-metadata](http://rbuckton.github.io/reflect-metadata) ([source](https://togithub.com/rbuckton/reflect-metadata)) | [`^0.1.14` -> `^0.2.2`](https://renovatebot.com/diffs/npm/reflect-metadata/0.1.14/0.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/reflect-metadata/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^3.0.3` -> `^3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.0.3/3.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typeorm](https://typeorm.io) ([source](https://togithub.com/typeorm/typeorm)) | [`^0.3.17` -> `^0.3.20`](https://renovatebot.com/diffs/npm/typeorm/0.3.17/0.3.20) |...

While using the `PaginateConfig` interface, when trying to provide values to `filterableColumns` or `select` attributes, I cannot get hints about real attributes in the entity, even that PaginateConfig has a...

I don't know if nestjs-paginate should work like this, but all controllers of any Module that don't have any Paginate decorators give undefined value in nestjs decorators like @Body, @Param,...

NestJS 10.3 Typeorm: 0.3.17 Is it possible to search for dates using mysql's ```STR_TO_DATE(str,format)``` function? I have defined a few columns as searchable, and it would be nice to pass...

Hey, I'm still having trouble with the query string `&filter.tags.name=$eq:2D&filter.tags.name=$and:$eq:Singleplayer`. The issue seems to stem from applying the equality operator `$eq` separately to each tag name. The 'tags' field is...