Author: ramyav
Date: Tue May 28 09:22:08 2019
New Revision: 1860211
URL: http://svn.apache.org/viewvc?rev=1860211&view=rev
Log:
Change olingo version in sys query option1
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext?rev=1860211&r1=1860210&r2=1860211&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
(original)
+++
olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
Tue May 28 09:22:08 2019
@@ -414,9 +414,7 @@ Some samples:
* Expand an navigation with only the first entity:
*
<http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)>
- **NOTE:** In current `4.0.0-beta-03` version of Olingo is a minor bug
which prevents the expand of a navigation which has the same name as an
EntitySet (see [OLINGO-741](https://issues.apache.org/jira/browse/OLINGO-741)).
- Hence above link will work with latest SNAPSHOT version or the final
`4.0.0` release.
-
+
* A common use case would be the following request, where all products are
displayed along with their corresponding category, but only the interesting
properties:
*
<http://localhost:8080/DemoService/DemoService.svc/Products?$select=Name,Description&$expand=Category($select=Name)>
@@ -460,8 +458,6 @@ After building and deploying your servic
*
<http://localhost:8080/DemoService/DemoService.svc/Products(1)?$expand=Category>
*
<http://localhost:8080/DemoService/DemoService.svc/Products(1)?$expand=Category>
*
<http://localhost:8080/DemoService/DemoService.svc/Categories(1)?$expand=Products>
- **NOTE:** In current `4.0.0-beta-03` version of Olingo is a minor bug
which prevents the expand of a navigation which has the same name as an
EntitySet (see [OLINGO-741](https://issues.apache.org/jira/browse/OLINGO-741)).
- Hence above link will work with latest SNAPSHOT version or the final
`4.0.0` release.
*
<http://localhost:8080/DemoService/DemoService.svc/Categories(1)?$expand=*>
* Using `$select` and `$expand`
@@ -507,7 +503,7 @@ In this tutorial we have learned the bas
### Code and Repository
* [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
* [Guide - To fetch the tutorial
sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
- * [Demo Service source code as zip file (contains all
tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
+ * [Demo Service source code as zip file (contains all
tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.6.0/DemoService_Tutorial.zip)
### Further reading