Function: ODataSearchable()
ODataSearchable():
PropertyDecorator
Defined in: packages/core/src/decorators/odata-searchable.decorator.ts:17
Marks a property as searchable via OData $search. Multiple properties on the same entity can be decorated — all are stored.
Usage: class Product { @ODataSearchable() name: string
@ODataSearchable()
description: string
}
Returns
PropertyDecorator