fix: README

This commit is contained in:
ppetzold 2022-03-14 20:23:06 +01:00
parent b188de181f
commit 5662fbcca3

View File

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