Hello Gunther, The OData method "startsWith" is currently not supported with OData2-JPA processor. In case this needs to be implemented as a new feature please do report an issue here (along with other functions if needed) - [1]
I have created an issue [2] with respect to your requirement to have a page explaining the list of supported features from OData2 JPA processor. [1] - https://issues.apache.org/jira/browse/OLINGO [2] - https://issues.apache.org/jira/browse/OLINGO-188 Thanks, Kind Regards Chandan VA -----Original Message----- From: Günther Schmidt [mailto:guenther.schm...@kmmd.de] Sent: Monday, March 03, 2014 2:01 AM To: dev@olingo.incubator.apache.org Subject: $filter=startsWith - Not yet implemented? Hi Dave, thanks for the welcome. So here we go: Currently I'm using Olingo with JPA/Hibernate and MySQL/JDBC. When I did a "startsWith" query the server responded with an "Not Implemented" error. Was that due to me using Hibernate instead of Eclipselink as the persistence provider or is it actually not yet implemented? The same query using "substringOf" works just fine. I assume that with a JPA backend the query has to be translated into JPQL at some point, and indeed that might be actually more difficult with a "startsWith" than a "substringOf". From the web page I could not tell which parts of the OData standard V2.0 are implemented and which once may be missing. I realize that the project is still in "incubation", are there any guidelines for early adopters such as myself? Günther Am 02.03.2014 21:10, schrieb Dave Fisher: > Hi Günther, > > Welcome to Olingo. There is not yet a users mailing list. Until that time > please post your questions here on the developer list. > > Regards, > Dave > > On Mar 2, 2014, at 5:09 AM, Günther Schmidt wrote: > >> Hi everyone, >> >> I'm not an olingo developer, but an "early adopter kind of" user. Is there a >> users mailing list where users of the library can post questions and >> hopefully receive answers too? >> >> Günther