Algo-Web / POData-Laravel

Composer Package to provide Odata functionality to Laravel
MIT License
34 stars 30 forks source link

$select does not apply #246

Open J-T-McC opened 4 years ago

J-T-McC commented 4 years ago

Version 0.3.6 Laravel 5.8.(n)

All properties are being returned regardless of $select being specified.

ex url: http://local-app.test/odata.svc/Endpoints?$select=id,email

$sourceEntityInstance query always contains 'select * from ...' and final returned result always contains all properties

Is there a secret to getting $select to work?