From 5662fbcca33477bc43075fb13c2a2612e0c80ba4 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Mon, 14 Mar 2022 20:23:06 +0100 Subject: [PATCH] fix: README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f61bf79..0c1fff3 100644 --- a/README.md +++ b/README.md @@ -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