Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/protocols/odata.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OData is an OASIS standard that enhances plain REST with standardized system que
| [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> |

- <sup>(1)</sup> The elements to be searched are specified with the [`@cds.search` annotation](../services/served-ootb#searching-data).
- <sup>(2)</sup> Node.js only supports a limited subset in `$select` query option.
- <sup>(2)</sup> Node.js only supports a limited subset.
- <sup>(3)</sup> The navigation path identifying the collection can only contain one segment.
- <sup>(4)</sup> Supported for key values and for parameters of functions only.

Expand Down