Skip to content

Commit

Permalink
Update docs/js/features/odata/odata-v4-client.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner authored Sep 7, 2020
1 parent 4e4304c commit 2828f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/features/odata/odata-v4-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For more details on **how to execute requests** using a (pre-)generated OData cl

#### Filter on One-To-Many Navigation Properties

OData V4 introduces the [lambda operators](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_LambdaOperators) e.g., `any`/`all`, so that the root property of the one-to-many navigation properties can be filtered. Below is an example that demonstrates how to use the lambda operator [any](https://sap.github.io/cloud-sdk/api/1.28.1/modules/sap_cloud_sdk_core#any).
OData V4 introduces [lambda operators](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_LambdaOperators) e.g., `any`/`all`, so that the root property of the one-to-many navigation properties can be filtered. Below is an example that demonstrates how to use the lambda operator [any](pathname:///api/1.28.1/modules/sap_cloud_sdk_core#any).

```ts
/*
Expand Down

0 comments on commit 2828f72

Please sign in to comment.