FilterFunctionTypes: FilterFunctionsType & {
    contains: typeof contains;
    fractionalSeconds: typeof fractionalSeconds;
    hasSubsequence: typeof hasSubsequence;
    hasSubset: typeof hasSubset;
    matchesPattern: typeof matchesPattern;
    maxDateTime: typeof maxDateTime;
    minDateTime: typeof minDateTime;
    now: typeof now;
    totalOffsetMinutes: typeof totalOffsetMinutes;
}

Extending the common filter function by the OData v4 specification for example contains or matchesPattern.

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