Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'services' Query-Parameter not implemented. #92

Open
SpeckiJ opened this issue Oct 26, 2017 · 1 comment
Open

'services' Query-Parameter not implemented. #92

SpeckiJ opened this issue Oct 26, 2017 · 1 comment

Comments

@SpeckiJ
Copy link
Member

SpeckiJ commented Oct 26, 2017

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.

@SpeckiJ SpeckiJ changed the title ?services Query Parameter not implemented. 'services' Query-Parameter not implemented. Oct 26, 2017
@SpeckiJ
Copy link
Member Author

SpeckiJ commented Oct 26, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant