Skip to content

Commit

Permalink
Non-empty anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 6, 2024
1 parent 82aeee4 commit f2f0fe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ <h3 id="513-system-query-option-expand"><a id="SystemQueryOptionexpand" href="#S
<pre><code>http://host/service/Categories
?$expand=Products/Sales.PremierProduct/$ref($filter=CurrentPromotion eq null)</code></pre>
</div>
<p><a id="ExpandOptionlevels" href="#ExpandOptionlevels"></a>Cyclic navigation properties (whose target type is identical or can be cast to its source type) can be recursively expanded using the special <code>$levels</code> option. The value of the <code>$levels</code> option is either a positive integer to specify the number of levels to expand, or the literal string <code>max</code> to specify the maximum expansion level supported by that service. A <code>$levels</code> option with a value of 1 specifies a single expand with no recursion.</p>
<p><a id="ExpandOptionlevels" href="#ExpandOptionlevels">Cyclic navigation properties</a> (whose target type is identical or can be cast to its source type) can be recursively expanded using the special <code>$levels</code> option. The value of the <code>$levels</code> option is either a positive integer to specify the number of levels to expand, or the literal string <code>max</code> to specify the maximum expansion level supported by that service. A <code>$levels</code> option with a value of 1 specifies a single expand with no recursion.</p>
<div class="example">
<p>Example 130: all employees with their manager, manager’s manager, and manager’s manager’s manager</p>
<pre><code>http://host/service/Employees?$expand=ReportsTo($levels=3)</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3699,7 +3699,7 @@ http://host/service/Categories
```
:::

[](:ExpandOptionlevels)Cyclic navigation properties (whose target type is identical or can be
[Cyclic navigation properties](:ExpandOptionlevels) (whose target type is identical or can be
cast to its source type) can be recursively expanded using the special
`$levels` option. The value of the `$levels` option is either a positive
integer to specify the number of levels to expand, or the literal string
Expand Down
2 changes: 1 addition & 1 deletion odata-url-conventions/5 Query Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ http://host/service/Categories
```
:::

[](:ExpandOptionlevels)Cyclic navigation properties (whose target type is identical or can be
[Cyclic navigation properties](:ExpandOptionlevels) (whose target type is identical or can be
cast to its source type) can be recursively expanded using the special
`$levels` option. The value of the `$levels` option is either a positive
integer to specify the number of levels to expand, or the literal string
Expand Down

0 comments on commit f2f0fe4

Please sign in to comment.