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

URL encoding special chars from the UI #113

Open
jeanpommier opened this issue Jun 17, 2022 · 2 comments
Open

URL encoding special chars from the UI #113

jeanpommier opened this issue Jun 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jeanpommier
Copy link

jeanpommier commented Jun 17, 2022

Hi,
Since datetime are not yet supported, I'm using a single text parameter to get a datetime as text, that I will then cast in my function.

"datetime" values look like "2022-06-13T12:00:00+00:00"

When setting such a value from the UI, it is apparently not URL-encoded, and results in a failure.
image

Changing the + by %2B makes it work

@dr-jts dr-jts added the bug Something isn't working label Jun 27, 2022
@dr-jts
Copy link
Collaborator

dr-jts commented Jun 27, 2022

Yes, this is a bug, and should have a simple fix.

Note that temporal queries are supported via CQL (see doc).

@jeanpommier
Copy link
Author

Note that temporal queries are supported via CQL (see doc).

Wow, CQL filters, nice ! Thanks for pointing this out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants