You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inF%23
in the address bar, the search input on the webpage does not correctly decodes URL to show F# instead of plain F%23The text was updated successfully, but these errors were encountered: