From 0dcadcf17fcdab4921fe8855aa57251586aa78b2 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Fri, 27 Sep 2024 10:18:26 +0200 Subject: [PATCH] Mention change --- docs/odata-url-conventions/odata-url-conventions.html | 5 +++++ docs/odata-url-conventions/odata-url-conventions.md | 1 + odata-url-conventions/1 Introduction.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/docs/odata-url-conventions/odata-url-conventions.html b/docs/odata-url-conventions/odata-url-conventions.html index 87a3b0da..0a987e90 100644 --- a/docs/odata-url-conventions/odata-url-conventions.html +++ b/docs/odata-url-conventions/odata-url-conventions.html @@ -441,6 +441,11 @@

441 +Section 5.1.3 +Nested query options can only appear once per expand item +2004 + + Section 5.1.8 Allow alternative $search syntax 293 diff --git a/docs/odata-url-conventions/odata-url-conventions.md b/docs/odata-url-conventions/odata-url-conventions.md index cc55ff04..2882ae52 100644 --- a/docs/odata-url-conventions/odata-url-conventions.md +++ b/docs/odata-url-conventions/odata-url-conventions.md @@ -272,6 +272,7 @@ Section | Feature / Change | Issue --------|------------------|------ [Section 4.17](#PassingQueryOptionsintheRequestBody)| `POST ~/$query` with `Content-Type: application/x-www-form-urlencoded` or `application/json`| [320](https://github.com/oasis-tcs/odata-specs/issues/320), [371](https://github.com/oasis-tcs/odata-specs/issues/371) [Section 5.1.1.7.1](#matchespattern)| New overload for function `matchespattern` with flags| [441](https://github.com/oasis-tcs/odata-specs/issues/441) +[Section 5.1.3](#SystemQueryOptionexpand)| Nested query options can only appear once per expand item| [2004](https://github.com/oasis-tcs/odata-specs/issues/2004) [Section 5.1.8](#SystemQueryOptionsearch)| Allow alternative `$search` syntax| [293](https://github.com/oasis-tcs/odata-specs/issues/293) ## 1.2 Glossary diff --git a/odata-url-conventions/1 Introduction.md b/odata-url-conventions/1 Introduction.md index e759d0a4..5a141e69 100644 --- a/odata-url-conventions/1 Introduction.md +++ b/odata-url-conventions/1 Introduction.md @@ -32,6 +32,9 @@ Section | Feature / Change | Issue [Section ##matchespattern]| New overload for function `matchespattern` with flags| [441](https://github.com/oasis-tcs/odata-specs/issues/441) +[Section ##SystemQueryOptionexpand]| +Nested query options can only appear once per expand item| +[2004](https://github.com/oasis-tcs/odata-specs/issues/2004) [Section ##SystemQueryOptionsearch]| Allow alternative `$search` syntax| [293](https://github.com/oasis-tcs/odata-specs/issues/293)