Function: getSearchableProperties()
getSearchableProperties(
target):string[]
Defined in: packages/core/src/decorators/odata-searchable.decorator.ts:30
Get the list of searchable property names for a given entity class. Returns an empty array if no properties are decorated with @ODataSearchable().
Parameters
target
(...args) => unknown
Returns
string[]