diff --git a/README.md b/README.md index 154cf53..c21f101 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ const paginateConfig: PaginateConfig { * Type: (keyof CatEntity)[] * Description: These columns will be searched through when using the search query param. */ - sortableColumns: ['name', 'color'], + searchableColumns: ['name', 'color'], /** * Required: false