-
Notifications
You must be signed in to change notification settings - Fork 74
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
Issue querying FROST-Server with umlauts in name #1901
Comments
The ü itself should not be a problem:
The number of single-quotes in your example looks odd, though that could be a result of how postman escapes quotes. This does work:
It could also be a url-encoding problem. |
Hi, according to my postman request, this would be the
am i doing something wrong? Thanks and BR |
Indeed, the problem does seem to be in the |
Unfortunately, i cannot, as this is a server I'm not the admin of. I'll ask the guys. |
Hi,
i have an issue querying a public FROST-Server and filtering for Datastreams. The reason seems to be the umlaut "ü" contained in the name.
I'd like to filter for this name:
Wassertemperatur, 2m Tiefe, Neyetalsperre, Absperrbauwerk, Zeitreihen für Prozedur 2m Tiefe
But when i run a query, it does not return a datastream. I'd expect to retrieve a Datastream. I am using these queries with the name in some scripts, so i am dependend on that functionality.
Here are some examples copied from the code-tab from my postman:
Any idea how i could workaround that issue?
Thanks and BR,
Michael
The text was updated successfully, but these errors were encountered: