You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/protocols/odata.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ OData is an OASIS standard that enhances plain REST with standardized system que
40
40
|[Parameters Aliases](https://docs.oasis-open.org/odata/odata/v4.01/os/part1-protocol/odata-v4.01-os-part1-protocol.html#sec_ParameterAliases)| Replace literal value in URL with parameter alias | <X/> | <X/> <sup>(4)</sup> |
41
41
42
42
- <sup>(1)</sup> The elements to be searched are specified with the [`@cds.search` annotation](../services/served-ootb#searching-data).
43
-
- <sup>(2)</sup> Node.js only supports a limited subset in `$select` query option.
43
+
- <sup>(2)</sup> Node.js only supports a limited subset.
44
44
- <sup>(3)</sup> The navigation path identifying the collection can only contain one segment.
45
45
- <sup>(4)</sup> Supported for key values and for parameters of functions only.
0 commit comments