You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by Prerna Chawla <pr...@gmail.com> on 2014/05/16 12:46:09 UTC

orderby system query not working

Hi,

I am using the following service.This is same as Given at Olingo Website.
http://localhost:8080/MyFormula.svc/Cars?orderby=Id

When I give the above Url in the browser,The data that is returned is not
ordered.What is the reason behind this? Please help.



Regards
Prerna

RE: orderby system query not working

Posted by "Amend, Christian" <ch...@sap.com>.
Hi,

the orderby query option is not implemented in the Basic Sample.

In general the orderby query option has to be implemented by the application. If you want an orderby support without having to implement it on your own please use the JPA extension to set up your service.

Best Regards,
Christian

From: Prerna Chawla [mailto:prernachawla30@gmail.com]
Sent: Freitag, 16. Mai 2014 12:46
To: user@olingo.apache.org
Subject: orderby system query not working

Hi,

I am using the following service.This is same as Given at Olingo Website.
http://localhost:8080/MyFormula.svc/Cars?orderby=Id

When I give the above Url in the browser,The data that is returned is not ordered.What is the reason behind this? Please help.



Regards
Prerna