Page MenuHomePhabricator

URL parameter "fulltext" is incorrectly placed in the URL twice
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

What should have happened instead?:

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

  • what does the fulltext parameter do? is it documented somewhere? do we need to add it to https://www.mediawiki.org/wiki/Help:CirrusSearch or similar?
  • that &ns1=1 looks unnecessary since specifying a prefix causes it to be ignored. maybe we should make a ticket to chop that off if a prefix is specified. if the code that controls this is back end rather than front end

Event Timeline

The ns0=1 part is a redirect on the search page: https://en.wikipedia.org/wiki/Special:Search?fulltext=Search+noticeboards+%26+archives&fulltext=Search&prefix=Wikipedia%3AWikiProject+Articles+for+creation%2FArchiveBox%2F&search=Search gets changed to that url as well, so not an issue with InputBox, maybe a issue with a local script or with the advanced search etc.

The php code sets the button label as value for the fulltext, not sure why.
A code comment for the second fulltext links to T19161 for IE, maybe that browser issue is fixed now.