Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for "String#%" auto-completes correctly, links to wrong results #564

Open
tadman opened this issue Oct 1, 2020 · 1 comment
Open
Labels
search Issues relating to the search feature

Comments

@tadman
Copy link

tadman commented Oct 1, 2020

If you search for "String#%" then the auto-complete link is correct, and if you explicitly click that link it goes to the correct page.

If you search for "String#%" and then just hit enter you go to this page which is just the String docs from the top. It should be the % method. Maybe something to do with URI encoding and conflicting % as %25, or more specifically %23%25?

This also seems to impact String#+ where + is also a URI special character.

Things like String#[] do work so this seems to be a handful of cases where things get confused.

@colby-swandale
Copy link
Member

colby-swandale commented Oct 9, 2020

Apologies for the delay in responding. The search is definitely not perfect and does need a bit of a tune up. See #190 which I made a while back for other weird search results I've found.

I am planning to work on the search soon and will post any updates

@colby-swandale colby-swandale added the search Issues relating to the search feature label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
search Issues relating to the search feature
Projects
None yet
Development

No branches or pull requests

2 participants