Steps to replicate the issue :
- On wikifunctions wmf.20 in the search field, enter Special:Run - two suggestions would be displayed: Special:RunFunction and Special:RunJobs
- Click on Special:RunJobs - Bad Request Request must be POSTed. page will be displayed
https://www.wikifunctions.org/wiki/Special:RunJobs Request Method: GET Status Code: 400 Bad Request
What should have happened instead?:
- if a request for page results in a bad request, the page should not be in the search suggestions list
- bad requests (if possible) should be handled in more user-friendly way
Other information :
- the suggestion Special:RunJobs exists on all wiki (lang wikis and non-lang wikis). What makes the issue more prominent on wikifuncitons is that there is Special:RunFuncitons page, so users have more chances to see Special:RunJobs page as a suggestion.
- checked: non-existing Special pages are handled gracefully
