update readme
This commit is contained in:
parent
3fb16cca60
commit
23d128b2fa
@ -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'],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user