You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christoph Deppisch (Jira)" <ji...@apache.org> on 2020/08/13 08:13:00 UTC

[jira] [Created] (CAMEL-15405) Propagate inline count in Olingo2 component when using splitResults=true

Christoph Deppisch created CAMEL-15405:
------------------------------------------

             Summary: Propagate inline count in Olingo2 component when using splitResults=true
                 Key: CAMEL-15405
                 URL: https://issues.apache.org/jira/browse/CAMEL-15405
             Project: Camel
          Issue Type: Improvement
          Components: camel-olingo2
            Reporter: Christoph Deppisch


Users can query the result count as part of a search result meta data when reading entity sets from OData services (see section 4.9. Inlinecount System Query Option ($inlinecount) in [https://www.odata.org/documentation/odata-version-2-0/uri-conventions/]).

When splitResults is enabled on the component this inline result count is not propagated to the split exchange.

We should manually add the inline count in the same way as camel-olingo4 component is doing by adding a ResultCount property on the OData entry.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)