]
Work on TEIID-4038 started by Ramesh Reddy.
-------------------------------------------
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
*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.