plugin.lapce.dev does not handle urlencode properly
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 14
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
For example, I want to search plugin for F# language, but when I type in "F#" and search, the URL is not properly encoded into F%23, thus it return all results with letter F. If I manually type in F%23 in the address bar, the search input on the webpage does not correctly decodes URL to show F# instead of plain F%23
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
No file or test is named. Start by tracing the plugin search page's query-string handling for an F# search and for manually entered F%23; done means the URL encodes the query correctly and the page displays the decoded search value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100