lapce / lapce/lapce.github.io

plugin.lapce.dev does not handle urlencode properly

Open
#75 0 comments 0 reactions 0 assignees View on GitHub

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.