Open SpeckiJ opened 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.
The series-rest-api Documentation lists a Query parameter called
service[s]
for the Endpoints:/platforms
/stations
/datasets
/timeseries
/categories
/phenomena
/procedure
/offerings
/features
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.