From 9859216e6f29755443481fd1235ca1dcc45fef62 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 30 Jan 2023 12:23:47 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f0fe13..15ea96d 100644 --- a/README.md +++ b/README.md @@ -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