FilterFunctionsType: FilterFunctionsType & {
    replace: typeof replace;
    substringOf: typeof substringOf;
}

Extending the common filter function by the OData v2 specific onessubstringOf and replace.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

Type declaration