-
Notifications
You must be signed in to change notification settings - Fork 542
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
Search function resets language preference #435
Comments
Thanks for reporting this issue! It should be filed for https://github.com/php/web-php, though, but issues aren't enabled there yet. Should we do that @nikic? There is already https://bugs.php.net/bug.php?id=48726 which reports the same issue. |
That would make sense to me. A concern I have is that there may not be a lot of people looking at that repo. But I guess there are not a lot of people looking at web-php bugs on bugs.php.net either...
This looks like a different case. That report is about the 3rd party full text search, while this one seems to be about our own function name search. |
Thanks for looking at this!
I think so, too. The one linked seems to reference a Yahoo (and now Google?) powered search. I'm referring to the search in the upper right of the screen in a "desktop" view. For my second scenario, the results page I land on goes to https://www.php.net/manual-lookup.php?pattern=impld&scope=quickref rather than www.php.net/results.php as mentioned in the other bug. I didn't realize I should've checked bugs.php.net. It looks like this one matches my description https://bugs.php.net/bug.php?id=68880. |
I guess your're right. And yes, this would be a duplicate of https://bugs.php.net/bug.php?id=68880 or the other way round. The problem is that we're ignoring LAST_LANG when redirecting. @michael-lavaveshkul, you can somewhat work around this issue, when you go to https://www.php.net/my.php and set your prefered language to English. |
Not sure what to do here. If we prefer GH issues for Website related bugs, then https://bugs.php.net/bug.php?id=68880 should be closed as duplicate. |
Has switching away from bugsweb to GitHub issues been discussed, and received general mumblings of approval, on the webmaster list? I was surprised to see today that GitHub issues has been enabled for this repo, but maybe I missed the discussion. |
No, you have not. I've written to the ML a few hours ago, but can't link, since news.php.net is down, and marc.info apparently doesn't have the webmaster's list. |
From manual page: https://php.net/function.array-walk
First time submitting a bug to this project. I'm not sure which project this should go under, but I just clicked the "Report a bug" link from the docs.
Expected: The resulting page is in the language I set (English).
Actual: The resulting page is in Japanese.
After that, clicking links will also stay in Japanese until I set my language again.
Similar scenario but with a help page as an intermediary.
Expected: The resulting page is in the language I set (English).
Actual: The resulting page is in Japanese.
After that, clicking links will also stay in Japanese until I set my language again.
Clicking results from the dropdown doesn't have this issue.
The text was updated successfully, but these errors were encountered: