← Prev in month ← Prev in thread

[OASIS Issue Tracker] Updated: (ODATA-323) InlineCount should just be boolean

From
OASIS Issues Tracker <>
Date
2013-04-24T21:59:55+00:00
ID
1273405109.3421366840783561.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Updated: (ODATA-323) InlineCount should just be boolean
[ http://tools.oasis-open.org/issues/browse/ODATA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Pizzo updated ODATA-323:
--------------------------------

    Proposal: 
support $count as a query parameter and expand options. i.e.;
  - /customers?$count returns customers with inline count
  - /customers?$expand=orders($count) returns customers and their orders with inline count

change the ABNF for $inlinecount to:
inlinecount = '$count


  was:
change the ABNF for $inlinecount to:
inlinecount = '$inlinecount' EQ ( 'include' / 'exclude' )



> InlineCount should just be boolean
> ----------------------------------
>
>                 Key: ODATA-323
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-323
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData ABNF Construction Rules, OData Protocol 
>    Affects Versions: V4.0_WD01
>         Environment: [Proposed]
>            Reporter: Michael Pizzo
>             Fix For: V4.0_WD01
>
>
> Today a client specifies that they want a count of entities returned inline by specifying the query option $inlinecount=allpages.
> the value "allpages" is meaningless and implies there is some other "singlepage" or "mostpages" or "everyotherpage" option.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread