Last modified: 2012-01-12 00:51:02 UTC
<inputbox> type=search namespaces=Custom** </inputbox> The above does create an inputbox with the Custom namespace checked. But the results page returned is flooded with hits from the Main namespace. MediaWiki 1.12.0 PHP 5.1.6 (cgi-fcgi) MySQL 5.0.27 The end of the results page url from InputBox looks like: ../index.php?search=blast&ns100=1&fulltext=Search+full+text However, when I do a restricted search from the system search box, the results are correct and the url is different: ../index.php?ns100=1&search=blast&searchx=Search
Found a way to get the behavior I wanted: In line 145 of inputbox.php, change: name="fulltext" to name="searchx" Don't know if that's the 'proper' fix, though.
Keywords: patch, need-review The patch in comment 2 is on line 144 per r38195.
unassigned Trevor from Inputbox extension.
Phil, can you still reproduce this issue?
I can't reproduce the problem in 1.18 or trunk, and the code has changed a lot since 2008 anyway, so I'm closing this bug.