Hi Vincenzo, I assume you want to build a URL on client side which contains a filter and/or an orderby expression. There is currently no built in support for this feature inside the library. You have to construct the URL on your own. If you would need a feature like this you can open a Jira Issue here(https://issues.apache.org/jira/browse/OLINGO/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel) and hope that someone of us finds the time to implement it or you could contribute a solution you built.
If you have further questions I can recommend you the [email protected] mailing list :) Best Regards, Christian -----Original Message----- From: Vincenzo Turco [mailto:[email protected]] Sent: Dienstag, 7. Oktober 2014 15:27 To: [email protected] Subject: $filter and $orderby expression in v2 client Hi all, I'm working with Olingo v2 odata *client *and I'd like to use $filter, $orderby expressions My online search did not provide much help. I only found interfaces org.apache.olingo.odata2.api.uri.expression.FilterExpression and OrderByExpression But I'm not sure how it fits the overall thing. Could someone just provide pointers to relevant documentation? I guess this has been asked one hundred times, but I can't really find much online As a side note, I'm consuming services with an Apache HTTPClient instance, using Olingo v2 as payload generator. thanks, regards -- Vincenzo Turco
