From commits-return-12788-archive-asf-public=cust-asf.ponee.io@olingo.apache.org Tue May 28 09:22:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9466518060F for ; Tue, 28 May 2019 11:22:10 +0200 (CEST) Received: (qmail 15180 invoked by uid 500); 28 May 2019 09:22:10 -0000 Mailing-List: contact commits-help@olingo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.apache.org Delivered-To: mailing list commits@olingo.apache.org Received: (qmail 15171 invoked by uid 99); 28 May 2019 09:22:10 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2019 09:22:10 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 22AE03A372D for ; Tue, 28 May 2019 09:22:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1860211 - /olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext Date: Tue, 28 May 2019 09:22:09 -0000 To: commits@olingo.apache.org From: ramyav@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190528092209.22AE03A372D@svn01-us-west.apache.org> 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: * - **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: * @@ -460,8 +458,6 @@ After building and deploying your servic * * * - **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. * * 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