]
RH Bugzilla Integration commented on TEIID-4038:
------------------------------------------------
Juraj Duráni <jdurani(a)redhat.com> changed the Status of [bug
OData returns bad number of entities with $count and $expand
------------------------------------------------------------
Key: TEIID-4038
URL:
https://issues.jboss.org/browse/TEIID-4038
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj Duráni
Assignee: Ramesh Reddy
Labels: Alpha3
Fix For: 9.0, 8.12.5
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/Customers/?$count=true&a...
*Expected count:* 4
*Actual count:* 9
Similar behavior with $filter -
http://localhost:8080/odata4/olingo_basic/Source/Customers/?$count=true&a...
OData should return only count of Customer entities.