update readme

This commit is contained in:
ppetzold 2021-10-12 13:38:43 +02:00
parent 3fb16cca60
commit 23d128b2fa

View File

@ -165,7 +165,8 @@ const paginateConfig: PaginateConfig<CatEntity> {
/** /**
* Required: false * Required: false
* Type: (keyof CatEntity)[] * 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'], searchableColumns: ['name', 'color'],