You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/08/13 13:49:15 UTC

svn commit: r1695685 - /olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext

Author: mibo
Date: Thu Aug 13 11:49:15 2015
New Revision: 1695685

URL: http://svn.apache.org/r1695685
Log:
Fixed formatting issues

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=1695685&r1=1695684&r2=1695685&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 Thu Aug 13 11:49:15 2015
@@ -408,7 +408,7 @@ As of OData v4 spec, the expand can also
 Some samples:
 
   * Expand an navigation with only the first entity:
-    * <http://localhost:8080/DemoService/DemoService.svc/Categories?$expand=Products($top=1)>
+    * <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.