orchidsoftware / orchidsoftware/platform

Strings are not url-encoded within filters

Open
#2,053 1 comment 0 reactions 1 assignee View on GitHub

@tabuna is already working on this.

Since Jan 7, 2022.

Errors
Dominant language
PHP
Stars
4.8k
Forks
662
Avg merge
1d 9h
Merged PRs (30d)
7

Description

I'm not sure is it a bug or some kind of misconfiguration on my side - could you please clarify it?

When I'm using built-in grid-filters or global search - string are not going to be url-encoded before putting into HTTP request.

i.e. when I'm putting a+b it is going to be converted to a%20b instead of a%2Bb,
when I'm putting a&b it is going to be converted into 2 parameters a&b= instead of single parameter with value a%26b.

Please, let me know if I described the issue unclearly and you need more details.

Thank you in advance!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.