From 23d128b2fafe9ed9e3fc96784962fe3090210aa4 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Tue, 12 Oct 2021 13:38:43 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b9c32..be77a50 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ const paginateConfig: PaginateConfig { /** * Required: false * Type: (keyof CatEntity)[] - * Description: These columns will be searched through when using the search query param. + * Description: These columns will be searched through when using the search query + * param. Limit search scope further by using `searchBy` query param. */ searchableColumns: ['name', 'color'],