orchidsoftware / orchidsoftware/platform
Strings are not url-encoded within filters
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.