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'],