Update README.md

This commit is contained in:
Philipp 2023-01-30 12:23:47 +01:00 committed by GitHub
parent 77494531d3
commit 9859216e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ Pagination and filtering helper method for TypeORM repositories or query builder
- Search across columns
- Filter using operators (`$eq`, `$not`, `$null`, `$in`, `$gt`, `$gte`, `$lt`, `$lte`, `$btw`, `$ilike`)
- Include relations
- Virtual column support
## Installation