-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for generic attribute query parameters #628
Comments
You can already query the feature by their domainID using the
|
This is supported in the Helgoland-API version 2.x and 3.x. |
Okay, we use 3.5 so this should work. |
My colleague found out that this does not work because the parameter is converted to lowercase. So it searches for wupper-talsperre_ablauf,wupper-talsperre_absperrbauwerk instead of Wupper-Talsperre_Ablauf,Wupper-Talsperre_Absperrbauwerk. Ist this intended or a bug? |
This is intended but it seems that there is an issue in the used sensorweb-server-dao-impl version. I have tested the current version and with this the filtering on the |
There is a new Sensor Web Server Helgoland Adapters version available where the filtering on |
@CarstenHollmann Thank you. |
It would be nice if all entities would support generic query parameters corresponding with their result attributes or at least for selected attributes.
Here in example for the features entity
http:///helgoland-adapters-webapp/api/features?properties.domainId=Wupper-Talsperre_Ablauf,Wupper-Talsperre_Absperrbauwerk
gives me
or am I missing something and this is already possible?
Another good alternative would be https://graphql.org, that supports a rich query language.
Thanks in advance for your response.
The text was updated successfully, but these errors were encountered: