52North / sensorweb-server-dao-impl

Implementation of series-rest-api SPI to access a database via Hibernate
GNU General Public License v3.0
3 stars 9 forks source link

'services' Query-Parameter not implemented. #92

Open SpeckiJ opened 7 years ago

SpeckiJ commented 7 years ago

The series-rest-api Documentation lists a Query parameter called service[s] for the Endpoints:

This Parameter is currently not implemented in the dao-series-api. In this dao the service Parameter is set either set by Spring here and/or by the database (to be retrieved here) if a custom hibernate mapping is used.

SpeckiJ commented 7 years ago

NOTE: Entity Counter currently has no way of supporting this Query Parameter (can not filter Spring injected variables due to previous Projection to single number inside Hibernate).

This breaks Pagination as it relies on EntityCounter counting correctly.